summaryrefslogtreecommitdiffstats
path: root/module/plugins/captcha/captcha.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/captcha/captcha.py')
-rw-r--r--module/plugins/captcha/captcha.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/captcha/captcha.py b/module/plugins/captcha/captcha.py
index 4cbb736c1..bbd871b71 100644
--- a/module/plugins/captcha/captcha.py
+++ b/module/plugins/captcha/captcha.py
@@ -186,7 +186,7 @@ class OCR(object):
highest = {}
counts = {}
- for angle in range(-45, 45):
+ for angle in xrange(-45, 45):
tmpimage = self.image.rotate(angle)