]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
r/m unused import
authorJonathan Ellis <jbellis@gmail.com>
Thu, 25 Jan 2007 20:07:56 +0000 (20:07 +0000)
committerJonathan Ellis <jbellis@gmail.com>
Thu, 25 Jan 2007 20:07:56 +0000 (20:07 +0000)
lib/sqlalchemy/pool.py

index 43934eedbd2e1ddfaa224b88a9026cfb9640daba..640277270f4b31422a3342bf9766307f8cf61408 100644 (file)
@@ -16,7 +16,7 @@ try:
 except:
     import pickle
     
-from sqlalchemy import util, exceptions, logging
+from sqlalchemy import exceptions, logging
 from sqlalchemy import queue as Queue
 
 try: