Test All The Things

This commit is contained in:
Daniel Quinn
2016-03-28 14:16:26 +01:00
parent b92e007e15
commit b4e648e1e3
4 changed files with 199 additions and 122 deletions

View File

@@ -23,7 +23,7 @@ from pyocr.tesseract import TesseractError
from paperless.db import GnuPG
from .models import Tag, Document, Log, FileInfo
from .models import Tag, Document, FileInfo
from .languages import ISO639
from .signals import (
document_consumption_started, document_consumption_finished)