diff options
Diffstat (limited to 'tests/test_dates.py')
-rwxr-xr-x | tests/test_dates.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_dates.py b/tests/test_dates.py index ccfdc20..47ef41c 100755 --- a/tests/test_dates.py +++ b/tests/test_dates.py @@ -26,7 +26,7 @@ import math import psycopg2 from psycopg2.tz import FixedOffsetTimezone, ZERO import unittest -from testutils import ConnectingTestCase, skip_before_postgres +from .testutils import ConnectingTestCase, skip_before_postgres def total_seconds(d): |