Switch to non-namespaced module imports

Change-Id: I2758ec2fb4f8e17652b2ab047b8d4bdeb5cff31a
This commit is contained in:
Davanum Srinivas 2015-03-12 07:11:09 -04:00
parent dc28858f35
commit 3c51838cdf

@ -111,7 +111,7 @@ import textwrap
import pkg_resources
import six
from oslo.config import cfg
from oslo_config import cfg
import stevedore.named # noqa
LOG = logging.getLogger(__name__)