Fix imports in tests.

This commit is contained in:
Roberto Rosario
2015-07-08 01:43:44 -04:00
parent a54fe3f131
commit e0d6571d95
7 changed files with 7 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ from django.core.files.base import File
from django.test import TestCase
from documents.models import Document, DocumentType
from documents.tests import TEST_SMALL_DOCUMENT_PATH, TEST_DOCUMENT_TYPE
from documents.test_models import TEST_SMALL_DOCUMENT_PATH, TEST_DOCUMENT_TYPE
from metadata.models import MetadataType, DocumentTypeMetadataType
from .models import Index, IndexInstanceNode, IndexTemplateNode