]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
r/m wildcard imports. fixes #1195
authorJonathan Ellis <jbellis@gmail.com>
Mon, 27 Oct 2008 19:49:49 +0000 (19:49 +0000)
committerJonathan Ellis <jbellis@gmail.com>
Mon, 27 Oct 2008 19:49:49 +0000 (19:49 +0000)
lib/sqlalchemy/ext/sqlsoup.py

index 9364f8ae7d034428ab1b6f271ccb34b878a23f60..31dbcb7942f22ff84bcba0ba065a9bcbbfa6cf97 100644 (file)
@@ -322,10 +322,10 @@ Boring tests here.  Nothing of real expository value.
     1
 """
 
-from sqlalchemy import *
+from sqlalchemy import Table, MetaData, join
 from sqlalchemy import schema, sql
-from sqlalchemy.orm import *
-from sqlalchemy.exceptions import *
+from sqlalchemy.orm import scoped_session, sessionmaker, mapper, class_mapper, relation
+from sqlalchemy.exceptions import SQLAlchemyError, InvalidRequestError
 from sqlalchemy.sql import expression
 
 _testsql = """