]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
(no commit message)
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 27 Oct 2005 06:44:49 +0000 (06:44 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 27 Oct 2005 06:44:49 +0000 (06:44 +0000)
lib/sqlalchemy/schema.py

index 967fa213ad7a69658bcc163e5c156508835bfa9d..1b09082d7f468dcc2f51c28fd420f633c0ac331c 100644 (file)
@@ -20,7 +20,7 @@ from sqlalchemy.types import *
 import copy, re
 
 
-__ALL__ = ['Table', 'Column', 'Sequence', 'ForeignKey']
+__ALL__ = ['SchemaItem', 'Table', 'Column', 'ForeignKey', 'Sequence', 'SchemaEngine', 'SchemaVisitor']
 
 
 class SchemaItem(object):