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/impl_eni.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os_net_config/impl_eni.py') diff --git a/os_net_config/impl_eni.py b/os_net_config/impl_eni.py index 57f554a..93aa7db 100644 --- a/os_net_config/impl_eni.py +++ b/os_net_config/impl_eni.py @@ -21,7 +21,7 @@ import os_net_config from os_net_config import objects from os_net_config import utils -from os_net_config.openstack.common import processutils +from oslo_concurrency import processutils logger = logging.getLogger(__name__) -- cgit 1.2.3-korg