From 083814b8a30c8eb3763707712d2d2e38e1d57ca5 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 29 Sep 2013 20:24:02 +0200 Subject: small bug fixes --- pyload/plugins/Crypter.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pyload/plugins/Crypter.py') 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 """ -- cgit v1.2.3