summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
diff options
context:
space:
mode:
authorJason Kirtland <jek@discorporate.us>2008-07-15 16:39:27 +0000
committerJason Kirtland <jek@discorporate.us>2008-07-15 16:39:27 +0000
commit4fe412795883a75057829f13251bf4a3038931d8 (patch)
tree685116276ebeee49e32d8e5b5456b2a993a0df76 /lib/sqlalchemy/sql
parentdeaff3e97fbb166afe7fde42700a504863bd4679 (diff)
downloadsqlalchemy-4fe412795883a75057829f13251bf4a3038931d8.tar.gz
- Fixed a couple lingering exceptions->exc usages
- Some import tidying
Diffstat (limited to 'lib/sqlalchemy/sql')
-rw-r--r--lib/sqlalchemy/sql/compiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/compiler.py b/lib/sqlalchemy/sql/compiler.py
index 1edf04ee1..df5e853fa 100644
--- a/lib/sqlalchemy/sql/compiler.py
+++ b/lib/sqlalchemy/sql/compiler.py
@@ -18,7 +18,7 @@ creating database-specific compilers and schema generators, the module
is otherwise internal to SQLAlchemy.
"""
-import string, re, itertools
+import string, re
from sqlalchemy import schema, engine, util, exc
from sqlalchemy.sql import operators, functions
from sqlalchemy.sql import expression as sql