diff options
Diffstat (limited to 'tests/test_sql.py')
-rwxr-xr-x | tests/test_sql.py | 2 |
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 |