diff options
author | Michael Trier <mtrier@gmail.com> | 2008-12-21 00:47:04 +0000 |
---|---|---|
committer | Michael Trier <mtrier@gmail.com> | 2008-12-21 00:47:04 +0000 |
commit | 12307ecbcfec6cabcc0433618c2f34a88c5fc95c (patch) | |
tree | e61db0ba0954098bf09ebefcd302c320d8e60c13 /test/testlib/testing.py | |
parent | 0dc8bce4fedb7359dde6ec9cdf0e98e5ed4dd0d8 (diff) | |
download | sqlalchemy-12307ecbcfec6cabcc0433618c2f34a88c5fc95c.tar.gz |
Pulled callable into testlib because path fixup is not available at the point we need it.
Diffstat (limited to 'test/testlib/testing.py')
-rw-r--r-- | test/testlib/testing.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/testlib/testing.py b/test/testlib/testing.py index 1712c39f5..fffb301f2 100644 --- a/test/testlib/testing.py +++ b/test/testlib/testing.py @@ -11,10 +11,8 @@ from testlib import sa_unittest as unittest import warnings from cStringIO import StringIO -from sqlalchemy.util import callable - import testlib.config as config -from testlib.compat import _function_named +from testlib.compat import _function_named, callable # Delayed imports MetaData = None |