summaryrefslogtreecommitdiff
path: root/test/testlib/tables.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/testlib/tables.py')
-rw-r--r--test/testlib/tables.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/testlib/tables.py b/test/testlib/tables.py
index 33b1b20db..3399acaae 100644
--- a/test/testlib/tables.py
+++ b/test/testlib/tables.py
@@ -1,8 +1,9 @@
# can't be imported until the path is setup; be sure to configure
# first if covering.
-from sqlalchemy import *
+
from testlib import testing
-from testlib.schema import Table, Column
+from testlib.sa import MetaData, Table, Column, Integer, String, Sequence, \
+ ForeignKey, VARCHAR, INT
# these are older test fixtures, used primarily by test/orm/mapper.py and