summaryrefslogtreecommitdiffstats
path: root/captcha
diff options
context:
space:
mode:
Diffstat (limited to 'captcha')
-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):