diff options
Diffstat (limited to 'tests/test_with.py')
-rwxr-xr-x | tests/test_with.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_with.py b/tests/test_with.py index 53dfa46..83612de 100755 --- a/tests/test_with.py +++ b/tests/test_with.py @@ -25,7 +25,8 @@ import psycopg2 import psycopg2.extensions as ext -from testutils import unittest, ConnectingTestCase +import unittest +from testutils import ConnectingTestCase class WithTestCase(ConnectingTestCase): |