diff options
Diffstat (limited to 'module/plugins/crypter/XupPl.py')
-rw-r--r-- | module/plugins/crypter/XupPl.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/module/plugins/crypter/XupPl.py b/module/plugins/crypter/XupPl.py index c35d64746..4e3d069ad 100644 --- a/module/plugins/crypter/XupPl.py +++ b/module/plugins/crypter/XupPl.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -from module.plugins.internal.Crypter import Crypter, create_getInfo +from module.plugins.internal.Crypter import Crypter class XupPl(Crypter): @@ -26,6 +26,3 @@ class XupPl(Crypter): self.links = [header.get('location')] else: self.fail(_("Unable to find link")) - - -getInfo = create_getInfo(XupPl) |