Fix import path

This commit is contained in:
Konsta Vesterinen
2013-12-11 10:35:39 +02:00
parent 7f47f94461
commit 74417bef29

View File

@@ -1,5 +1,5 @@
from .aggregates import aggregated
from .batch_fetch import batch_fetch, with_backrefs
from .batch import batch_fetch, with_backrefs
from .decorators import generates
from .eav import MetaValue, MetaType
from .exceptions import ImproperlyConfigured