From 74417bef29c668a87ea870b5167e33e23e20675a Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Wed, 11 Dec 2013 10:35:39 +0200 Subject: [PATCH] Fix import path --- sqlalchemy_utils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlalchemy_utils/__init__.py b/sqlalchemy_utils/__init__.py index 80abf99..3886d7f 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -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