PEP8 cleanups, remove OCR_CACHE_URI

This commit is contained in:
Roberto Rosario
2012-01-18 13:53:02 -04:00
parent 8a5d0425b6
commit f9a3c4611b
7 changed files with 17 additions and 29 deletions

View File

@@ -1,21 +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