summaryrefslogtreecommitdiff
path: root/tests/test_green.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_green.py')
-rwxr-xr-xtests/test_green.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_green.py b/tests/test_green.py
index 8c1c20c..65f483c 100755
--- a/tests/test_green.py
+++ b/tests/test_green.py
@@ -27,7 +27,7 @@ import psycopg2
import psycopg2.extensions
import psycopg2.extras
-from testutils import ConnectingTestCase, slow
+from .testutils import ConnectingTestCase, slow
class ConnectionStub(object):