summaryrefslogtreecommitdiff
path: root/test/orm/_fixtures.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/orm/_fixtures.py')
-rw-r--r--test/orm/_fixtures.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/orm/_fixtures.py b/test/orm/_fixtures.py
index e51924b77..c21833619 100644
--- a/test/orm/_fixtures.py
+++ b/test/orm/_fixtures.py
@@ -1,10 +1,10 @@
from sqlalchemy import MetaData, Integer, String, ForeignKey
from sqlalchemy import util
-from test.lib.schema import Table
-from test.lib.schema import Column
+from sqlalchemy.testing.schema import Table
+from sqlalchemy.testing.schema import Column
from sqlalchemy.orm import attributes, mapper, relationship, \
backref, configure_mappers
-from test.lib import fixtures
+from sqlalchemy.testing import fixtures
__all__ = ()