diff options
Diffstat (limited to 'test/zblog/tables.py')
-rw-r--r-- | test/zblog/tables.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/zblog/tables.py b/test/zblog/tables.py index 4907259e1..3326c28fb 100644 --- a/test/zblog/tables.py +++ b/test/zblog/tables.py @@ -1,7 +1,7 @@ """application table metadata objects are described here.""" from sqlalchemy import * -from sqlalchemy.test.schema import Table, Column +from test.lib.schema import Table, Column metadata = MetaData() |