diff options
Diffstat (limited to 'test/ext')
| -rw-r--r-- | test/ext/assignmapper.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ext/assignmapper.py b/test/ext/assignmapper.py index 31b3dd576..e4c6123fd 100644 --- a/test/ext/assignmapper.py +++ b/test/ext/assignmapper.py @@ -1,6 +1,7 @@ import testbase from sqlalchemy import * +from sqlalchemy import exceptions from sqlalchemy.orm import create_session, clear_mappers, relation, class_mapper from sqlalchemy.ext.assignmapper import assign_mapper from sqlalchemy.ext.sessioncontext import SessionContext |
