summaryrefslogtreecommitdiff
path: root/tests/test_sql.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_sql.py')
-rwxr-xr-xtests/test_sql.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_sql.py b/tests/test_sql.py
index 566cc28..6cb978f 100755
--- a/tests/test_sql.py
+++ b/tests/test_sql.py
@@ -25,7 +25,7 @@
import datetime as dt
from cStringIO import StringIO
import unittest
-from testutils import (ConnectingTestCase,
+from .testutils import (ConnectingTestCase,
skip_before_postgres, skip_before_python, skip_copy_if_green)
import psycopg2