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/schema.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/schema.py')
| -rw-r--r-- | lib/sqlalchemy/schema.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/schema.py b/lib/sqlalchemy/schema.py index 20160b0bf..7004094aa 100644 --- a/lib/sqlalchemy/schema.py +++ b/lib/sqlalchemy/schema.py @@ -19,7 +19,7 @@ objects as well as the visitor interface, so that the schema package from sqlalchemy import sql, types, exceptions,util, databases import sqlalchemy -import copy, re, string +import re, string __all__ = ['SchemaItem', 'Table', 'Column', 'ForeignKey', 'Sequence', 'Index', 'ForeignKeyConstraint', 'PrimaryKeyConstraint', 'CheckConstraint', 'UniqueConstraint', 'DefaultGenerator', 'Constraint', |
