Now solving issues with faulty imports. Still nothing functional.

This commit is contained in:
Griatch 2014-12-20 17:03:34 +01:00
parent 08d0442f9c
commit 8314d8ba5e
8 changed files with 77 additions and 37 deletions

View file

@ -8,7 +8,7 @@ from django.db.models import Q
from src.utils import idmapper
from src.utils.utils import make_iter, variable_from_module
__all__ = ("AttributeManager", "TypedObjectManager")
__all__ = ("TypedObjectManager", )
_GA = object.__getattribute__
_Tag = None