summaryrefslogtreecommitdiff
path: root/tests/test_with.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_with.py')
-rwxr-xr-xtests/test_with.py2
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):