summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/CaptchaService.py
diff options
context:
space:
mode:
authorGravatar zoidberg10 <zoidberg@mujmail.cz> 2012-10-03 01:14:48 +0200
committerGravatar zoidberg10 <zoidberg@mujmail.cz> 2012-10-03 01:14:48 +0200
commit5658d5525d5088a6254322210c1641cbdba2eb7d (patch)
treef4f256e082d4f906ba11b25ccaedc1e39e652ba3 /module/plugins/internal/CaptchaService.py
parentlittle multihoster fix (diff)
downloadpyload-5658d5525d5088a6254322210c1641cbdba2eb7d.tar.xz
update czshare, little fixes
Diffstat (limited to 'module/plugins/internal/CaptchaService.py')
-rw-r--r--module/plugins/internal/CaptchaService.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/CaptchaService.py b/module/plugins/internal/CaptchaService.py
index 8be442d37..f2de00732 100644
--- a/module/plugins/internal/CaptchaService.py
+++ b/module/plugins/internal/CaptchaService.py
@@ -18,7 +18,7 @@
import re
-class CaptchaService()
+class CaptchaService():
__version__ = "0.01"
def __init__(self, plugin):