]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Patch-o
authorJason Kirtland <jek@discorporate.us>
Wed, 1 Apr 2009 01:34:49 +0000 (01:34 +0000)
committerJason Kirtland <jek@discorporate.us>
Wed, 1 Apr 2009 01:34:49 +0000 (01:34 +0000)
test/engine/pool.py

index 6f8013ae71dd397293a5ae2b55db966e0c5c4df1..33ef80ff8f1ed5c0b12f0a9609a9614271d95cbb 100644 (file)
@@ -2,7 +2,7 @@ import testenv; testenv.configure_for_tests()
 import threading, time
 from sqlalchemy import pool, interfaces, create_engine
 import testlib.sa as tsa
-from testlib import TestBase, gc testing
+from testlib import TestBase, gc, testing
 
 
 mcid = 1