diff options
Diffstat (limited to 'test/orm/manytomany.py')
-rw-r--r-- | test/orm/manytomany.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/orm/manytomany.py b/test/orm/manytomany.py index 32e3a5c37..ca6410533 100644 --- a/test/orm/manytomany.py +++ b/test/orm/manytomany.py @@ -1,4 +1,4 @@ -import testbase +import testenv; testenv.configure_for_tests() from sqlalchemy import * from sqlalchemy.orm import * from testlib import * @@ -314,4 +314,4 @@ class M2MTest3(ORMTest): if __name__ == "__main__": - testbase.main() + testenv.main() |