Remove the NoMimetype match exception. Not needed now that this is

a separate app from the OCR app.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2017-08-24 20:19:43 -04:00
parent 8b9e605e0b
commit 9e40bbbcdc
2 changed files with 23 additions and 39 deletions

View File

@@ -6,10 +6,3 @@ class ParserError(Exception):
Base exception for file parsers
"""
pass
class NoMIMETypeMatch(ParserError):
"""
There is no parser registered for the specified MIME type
"""
pass