From d59f4d94c6b627b83269c643703824afb7faab14 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 7 Aug 2009 13:23:52 +0200 Subject: Rs fix, timed reconnect, Cli local option + displaying size --- captcha/captcha.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'captcha/captcha.py') 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): -- cgit v1.2.3