diff options
Diffstat (limited to 'pyload/plugins/crypter/RSDF.py')
-rw-r--r-- | pyload/plugins/crypter/RSDF.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pyload/plugins/crypter/RSDF.py b/pyload/plugins/crypter/RSDF.py index 46de56d8f..6440585bc 100644 --- a/pyload/plugins/crypter/RSDF.py +++ b/pyload/plugins/crypter/RSDF.py @@ -15,9 +15,8 @@ class RSDF(Crypter): __author_name__ = ("RaNaN", "spoob") __author_mail__ = ("RaNaN@pyload.org", "spoob@pyload.org") - def decrypt(self, pyfile): - + from Crypto.Cipher import AES infile = pyfile.url.replace("\n", "") |