diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-10-26 20:30:41 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-10-26 20:30:41 +0000 |
| commit | 00dfc7d268441d6d6bb1965dd93d1ff5d7d02c9d (patch) | |
| tree | 3640327fe8adab5c77786c3de59514970ad2bc48 /lib/sqlalchemy/sql.py | |
| parent | ddb9136cf3c8abfe2ba8e05c28707ccb6167b98b (diff) | |
| download | sqlalchemy-00dfc7d268441d6d6bb1965dd93d1ff5d7d02c9d.tar.gz | |
converted imports to absolute
Diffstat (limited to 'lib/sqlalchemy/sql.py')
| -rw-r--r-- | lib/sqlalchemy/sql.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql.py b/lib/sqlalchemy/sql.py index a34310ac1..61b3d277a 100644 --- a/lib/sqlalchemy/sql.py +++ b/lib/sqlalchemy/sql.py @@ -8,7 +8,6 @@ from sqlalchemy import util, exceptions from sqlalchemy import types as sqltypes import string, re, random, sets -types = __import__('types') __all__ = ['text', 'table', 'column', 'func', 'select', 'update', 'insert', 'delete', 'join', 'and_', 'or_', 'not_', 'between_', 'case', 'cast', 'union', 'union_all', 'null', 'desc', 'asc', 'outerjoin', 'alias', 'subquery', 'literal', 'bindparam', 'exists', 'extract','AbstractDialect', 'ClauseParameters', 'ClauseVisitor', 'Executor', 'Compiled', 'ClauseElement', 'ColumnElement', 'ColumnCollection', 'FromClause', 'TableClause', 'Select', 'Alias', 'CompoundSelect','Join', 'Selectable'] |
