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