summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/TinyurlCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/TinyurlCom.py')
-rw-r--r--module/plugins/crypter/TinyurlCom.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/module/plugins/crypter/TinyurlCom.py b/module/plugins/crypter/TinyurlCom.py
index a270c8f2e..9575269a9 100644
--- a/module/plugins/crypter/TinyurlCom.py
+++ b/module/plugins/crypter/TinyurlCom.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 TinyurlCom(SimpleCrypter):
@@ -24,6 +24,3 @@ class TinyurlCom(SimpleCrypter):
URL_REPLACEMENTS = [(r'preview\.', r'')]
OFFLINE_PATTERN = r">Error: Unable to find site's URL to redirect to"
-
-
-getInfo = create_getInfo(TinyurlCom)