From 12307ecbcfec6cabcc0433618c2f34a88c5fc95c Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Sun, 21 Dec 2008 00:47:04 +0000 Subject: Pulled callable into testlib because path fixup is not available at the point we need it. --- test/testlib/testing.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/testlib/testing.py') 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 -- cgit v1.2.1