diff options
Diffstat (limited to 'tests/test_notify.py')
-rwxr-xr-x | tests/test_notify.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_notify.py b/tests/test_notify.py index 64835ef..bce061e 100755 --- a/tests/test_notify.py +++ b/tests/test_notify.py @@ -26,8 +26,8 @@ import unittest import psycopg2 from psycopg2 import extensions -from testutils import ConnectingTestCase, slow -from testconfig import dsn +from .testutils import ConnectingTestCase, slow +from .testconfig import dsn import sys import time |