summaryrefslogtreecommitdiff
path: root/test/alltests.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/alltests.py')
-rw-r--r--test/alltests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/alltests.py b/test/alltests.py
index b08d0af13..b014bc9da 100644
--- a/test/alltests.py
+++ b/test/alltests.py
@@ -1,5 +1,5 @@
import testenv; testenv.configure_for_tests()
-import unittest
+from testlib import sa_unittest as unittest
import orm.alltests as orm
import base.alltests as base