summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/Crypter.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/Crypter.py')
-rw-r--r--pyload/plugins/Crypter.py3
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 """