summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/PastebinCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/PastebinCom.py')
-rw-r--r--module/plugins/crypter/PastebinCom.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/module/plugins/crypter/PastebinCom.py b/module/plugins/crypter/PastebinCom.py
index c33e962a6..5047e347b 100644
--- a/module/plugins/crypter/PastebinCom.py
+++ b/module/plugins/crypter/PastebinCom.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-from module.plugins.internal.SimpleCrypter import SimpleCrypter, create_getInfo
+from module.plugins.internal.SimpleCrypter import SimpleCrypter
class PastebinCom(SimpleCrypter):
@@ -25,6 +25,3 @@ class PastebinCom(SimpleCrypter):
NAME_PATTERN = r'<div class="paste_box_line1" title="(?P<N>.+?)"'
LINK_PATTERN = r'<div class="de\d+">(.+?)<'
-
-
-getInfo = create_getInfo(PastebinCom)