summaryrefslogtreecommitdiffstats
path: root/captcha/captcha.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-08-07 13:23:52 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-08-07 13:23:52 +0200
commitd59f4d94c6b627b83269c643703824afb7faab14 (patch)
treec3e9756164daf58dfdfff69be8624d18d1d50934 /captcha/captcha.py
parent... (diff)
downloadpyload-d59f4d94c6b627b83269c643703824afb7faab14.tar.xz
Rs fix, timed reconnect, Cli local option + displaying size
Diffstat (limited to 'captcha/captcha.py')
-rw-r--r--captcha/captcha.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/captcha/captcha.py b/captcha/captcha.py
index 073637795..5fa8bfc45 100644
--- a/captcha/captcha.py
+++ b/captcha/captcha.py
@@ -1,4 +1,3 @@
-import thread
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
@@ -22,7 +21,6 @@ import subprocess
import tempfile
import Image
-import ImageOps
import threading
class RunThread(threading.Thread):