Move OCR queue document requeueing from the view to the model and add proper exception

This commit is contained in:
Roberto Rosario
2011-12-01 04:47:27 -04:00
parent 31ea558b60
commit c63721cbf6
3 changed files with 34 additions and 19 deletions

View File

@@ -11,3 +11,7 @@ class UnpaperError(Exception):
Raised by unpaper
"""
pass
class ReQueueError(Exception):
pass