diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-08-07 13:23:52 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-08-07 13:23:52 +0200 |
commit | d59f4d94c6b627b83269c643703824afb7faab14 (patch) | |
tree | c3e9756164daf58dfdfff69be8624d18d1d50934 /captcha/captcha.py | |
parent | ... (diff) | |
download | pyload-d59f4d94c6b627b83269c643703824afb7faab14.tar.xz |
Rs fix, timed reconnect, Cli local option + displaying size
Diffstat (limited to 'captcha/captcha.py')
-rw-r--r-- | captcha/captcha.py | 2 |
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): |