diff options
| author | Jason Kirtland <jek@discorporate.us> | 2007-07-19 23:13:23 +0000 |
|---|---|---|
| committer | Jason Kirtland <jek@discorporate.us> | 2007-07-19 23:13:23 +0000 |
| commit | 6318b43408b64f75121c41c74c00b35e8b80f639 (patch) | |
| tree | bb32db400718708e7c04b827d0a6f00e07865e09 /lib/sqlalchemy/pool.py | |
| parent | 819c944a9a3c153f3ef5ec029ff5a785db929f9c (diff) | |
| download | sqlalchemy-6318b43408b64f75121c41c74c00b35e8b80f639.tar.gz | |
Remove unused imports, typo and light formatting tweaks.
Fixed comparison of _UnaryExpressions
Diffstat (limited to 'lib/sqlalchemy/pool.py')
| -rw-r--r-- | lib/sqlalchemy/pool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/pool.py b/lib/sqlalchemy/pool.py index c3a317c3f..e9297f5a4 100644 --- a/lib/sqlalchemy/pool.py +++ b/lib/sqlalchemy/pool.py @@ -13,7 +13,7 @@ automatically, based on module type and connect arguments, simply by calling regular DBAPI connect() methods. """ -import weakref, string, time, sys, traceback +import weakref, time try: import cPickle as pickle except: |
