- fix this import

- call loading.instances
This commit is contained in:
Mike Bayer
2012-06-23 14:59:42 -04:00
parent 794fa13ce2
commit ee8b7d3178
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ __all__ = (
'sybase',
)
from . import util
from .. import util
def _auto_fn(name):
"""default dialect importer.
+1 -1
View File
@@ -2242,7 +2242,7 @@ class Query(object):
close_with_result=True)
result = conn.execute(querycontext.statement, self._params)
return self.instances(result, querycontext)
return loading.instances(self, result, querycontext)
@property
def column_descriptions(self):