summaryrefslogtreecommitdiff
path: root/test/select.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2005-11-30 05:39:11 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2005-11-30 05:39:11 +0000
commit75b2745528b79a00ef24858fc362c3b6a790a448 (patch)
tree6e1615a915148d7106a6593a722980d7ef04a538 /test/select.py
parent93398271ed4368de08738951c7040b2c15d286ae (diff)
downloadsqlalchemy-75b2745528b79a00ef24858fc362c3b6a790a448.tar.gz
migrated __ALL__ to __all__, oops, and reworked module
import scheme
Diffstat (limited to 'test/select.py')
-rw-r--r--test/select.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/select.py b/test/select.py
index aff61f2a2..5c6be355c 100644
--- a/test/select.py
+++ b/test/select.py
@@ -1,13 +1,11 @@
+from sqlalchemy import *
import sqlalchemy.ansisql as ansisql
import sqlalchemy.databases.postgres as postgres
import sqlalchemy.databases.oracle as oracle
db = ansisql.engine()
-from sqlalchemy.sql import *
-from sqlalchemy.schema import *
-
from testbase import PersistTest
import unittest, re