From 159278066c13bd502c7500e23ac0ce6523ce979a Mon Sep 17 00:00:00 2001 From: Jim Paris Date: Mon, 29 Jul 2019 17:28:31 -0400 Subject: [PATCH] Fix datetime_tz import --- tests/test_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_client.py b/tests/test_client.py index 7456aca..6816b41 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -6,7 +6,7 @@ import nilmdb.client from nilmdb.utils.printf import * from nilmdb.utils import timestamper from nilmdb.client import ClientError, ServerError -from nilmdb.utils import datetime_tz +import datetime_tz from nose.plugins.skip import SkipTest from nose.tools import *