diff options
Diffstat (limited to 'test/sql/select.py')
| -rw-r--r-- | test/sql/select.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/sql/select.py b/test/sql/select.py index d78f36b1a..57b123fc2 100644 --- a/test/sql/select.py +++ b/test/sql/select.py @@ -1,9 +1,8 @@ - +from testbase import PersistTest +import testbase from sqlalchemy import * from sqlalchemy.databases import sqlite, postgres, mysql, oracle -from testbase import PersistTest import unittest, re -import testbase # the select test now tests almost completely with TableClause/ColumnClause objects, # which are free-roaming table/column objects not attached to any database. |
