Codying style update, added comments

This commit is contained in:
Roberto Rosario
2012-01-03 04:37:03 -04:00
parent 19b2412e03
commit b89c55ed18
4 changed files with 14 additions and 9 deletions

View File

@@ -1,15 +1,21 @@
class AlreadyQueued(Exception):
'''
Raised when a trying to queue document already in the queue
'''
pass
class TesseractError(Exception):
'''
Raised by tesseract
'''
pass
class UnpaperError(Exception):
"""
'''
Raised by unpaper
"""
'''
pass