Update bulk_upload.py

compressed_files relative import didn't point to the right location.
This commit is contained in:
Michel
2014-07-30 18:38:29 -04:00
parent deaf13d2a3
commit 8268804499

View File

@@ -11,8 +11,7 @@ from documents.models import DocumentType
from metadata.api import convert_dict_to_dict_list
from ...models import OutOfProcess
from ...compressed_file import NotACompressedFile
from common.compressed_files import NotACompressedFile
class Command(LabelCommand):
args = '<filename>'