Import cleanups, reorganization, PEP8 cleanups

This commit is contained in:
Roberto Rosario
2014-10-02 02:01:08 -04:00
parent 1c50bca38a
commit 74cf4c413f
28 changed files with 119 additions and 116 deletions

View File

@@ -3,8 +3,8 @@ from __future__ import absolute_import
from django.db import models
from django.db.models import Q
from metadata.classes import MetadataClass
from documents.models import Document
from metadata.classes import MetadataClass
from .literals import INCLUSION_AND, INCLUSION_OR