From 8268804499b447a16b3864a598bc4c47129f4970 Mon Sep 17 00:00:00 2001 From: Michel Date: Wed, 30 Jul 2014 18:38:29 -0400 Subject: [PATCH] Update bulk_upload.py compressed_files relative import didn't point to the right location. --- mayan/apps/sources/management/commands/bulk_upload.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mayan/apps/sources/management/commands/bulk_upload.py b/mayan/apps/sources/management/commands/bulk_upload.py index a2daec1251..70f4abb09f 100644 --- a/mayan/apps/sources/management/commands/bulk_upload.py +++ b/mayan/apps/sources/management/commands/bulk_upload.py @@ -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 = ''