Some manual style fixes

This commit is contained in:
Laurent Bachelier 2013-03-15 22:31:33 +01:00
commit fbe0fb8d52
10 changed files with 18 additions and 14 deletions

View file

@ -27,7 +27,8 @@ except ImportError:
raise ImportError('Please install python-imaging')
class CaptchaError(Exception): pass
class CaptchaError(Exception):
pass
class Tile(object):