diff options
Diffstat (limited to 'test/select.py')
-rw-r--r-- | test/select.py | 4 |
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 |