PEP8 and Pylint cleanups

This commit is contained in:
Roberto Rosario
2011-04-07 17:21:15 -04:00
parent d54fd98ec5
commit 61fb876a81
15 changed files with 144 additions and 122 deletions

View File

@@ -14,16 +14,16 @@ class UnpaperError(ConvertError):
'''Raised by upaper
'''
pass
class IdentifyError(ConvertError):
'''Raised by identify
'''
pass
class UnkownConvertError(ConvertError):
'''Raised when an error is found but there is no disernible way to
'''Raised when an error is found but there is no disernible way to
identify the kind of error
'''
pass