summaryrefslogtreecommitdiffstats
path: root/tests/unit/test_network_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/test_network_utils.py')
-rw-r--r--tests/unit/test_network_utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/test_network_utils.py b/tests/unit/test_network_utils.py
index 4ac0222..a4b9042 100644
--- a/tests/unit/test_network_utils.py
+++ b/tests/unit/test_network_utils.py
@@ -16,10 +16,10 @@
# under the License.
from openstack.common import network_utils
-from tests import utils
+from openstack.common import test
-class NetworkUtilsTest(utils.BaseTestCase):
+class NetworkUtilsTest(test.BaseTestCase):
def test_parse_host_port(self):
self.assertEqual(('server01', 80),