From c86a76e13ea07005e31890695c220081b0ed816d Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Thu, 29 Jan 2015 11:46:14 +0000 Subject: Remove deprecated references to oslo-incubator Purge references to modules which have been deprecated by various oslo libraries. Requires changes to use oslo.utils and oslo.concurrency, which are added to the requirements, syncing with the latest in global requirements so we can also move to the un-namespaced oslo package names. Change-Id: Idacb71b7871330e3b3fabf4a926a5b8987614c4d --- os_net_config/objects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os_net_config/objects.py') diff --git a/os_net_config/objects.py b/os_net_config/objects.py index 79d83e7..8115b38 100644 --- a/os_net_config/objects.py +++ b/os_net_config/objects.py @@ -16,7 +16,7 @@ import logging import netaddr -from openstack.common import strutils +from oslo_utils import strutils from os_net_config import utils -- cgit 1.2.3-korg