Some manual style fixes
This commit is contained in:
parent
e0542c2e4a
commit
fbe0fb8d52
10 changed files with 18 additions and 14 deletions
|
|
@ -27,7 +27,8 @@ except ImportError:
|
|||
raise ImportError('Please install python-imaging')
|
||||
|
||||
|
||||
class CaptchaError(Exception): pass
|
||||
class CaptchaError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class Tile(object):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue