This commit is contained in:
Daniel Quinn 2016-01-23 02:58:03 +00:00
parent d69df37fb6
commit 9e596953a3

View File

@ -16,9 +16,10 @@ from django.core.management.base import BaseCommand, CommandError
from django.template.defaultfilters import slugify
from django.utils import timezone
from paperless.db import GnuPG
from ...languages import ISO639
from ...models import Document, Sender
from paperless.db import GnuPG
class OCRError(BaseException):