]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
python2.5 fix
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 8 Dec 2013 17:54:44 +0000 (12:54 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 8 Dec 2013 17:54:44 +0000 (12:54 -0500)
lib/sqlalchemy/pool.py

index 6bb56478c309820bb4cf6195258249cbd9d0ed07..1ee83e5f3e4e8050be60893fe8d2e8603069d37e 100644 (file)
@@ -15,7 +15,7 @@ Also provides a DB-API 2.0 connection proxying mechanism allowing
 regular DB-API connect() methods to be transparently managed by a
 SQLAlchemy connection pool.
 """
-
+from __future__ import with_statement
 import time
 import traceback
 import weakref