diff options
Diffstat (limited to 'tests/test_cancel.py')
-rwxr-xr-x | tests/test_cancel.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_cancel.py b/tests/test_cancel.py index 7888bbf..5e550aa 100755 --- a/tests/test_cancel.py +++ b/tests/test_cancel.py @@ -30,9 +30,9 @@ import psycopg2 import psycopg2.extensions from psycopg2 import extras -from testconfig import dsn +from .testconfig import dsn import unittest -from testutils import ConnectingTestCase, skip_before_postgres, slow +from .testutils import ConnectingTestCase, skip_before_postgres, slow class CancelTests(ConnectingTestCase): |