diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-09-29 20:24:02 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-09-29 20:24:02 +0200 |
commit | 083814b8a30c8eb3763707712d2d2e38e1d57ca5 (patch) | |
tree | 2e201c012725cf20c2bed0c24a6fb7529cc2e64c /pyload/plugins/Crypter.py | |
parent | basics for web setup (diff) | |
download | pyload-083814b8a30c8eb3763707712d2d2e38e1d57ca5.tar.xz |
small bug fixes
Diffstat (limited to 'pyload/plugins/Crypter.py')
-rw-r--r-- | pyload/plugins/Crypter.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pyload/plugins/Crypter.py b/pyload/plugins/Crypter.py index 2175b5f94..2a65a9da2 100644 --- a/pyload/plugins/Crypter.py +++ b/pyload/plugins/Crypter.py @@ -5,8 +5,7 @@ from pyload.utils import to_list, has_method, uniqify from pyload.utils.fs import exists, remove, fs_encode from pyload.utils.packagetools import parseNames -from Base import Base, Fail, Retry, Abort - +from Base import Base, Retry class Package: """ Container that indicates that a new package should be created """ |