openstack-poc team mailing list archive
-
openstack-poc team
-
Mailing list archive
-
Message #00406
[Bug 967400] Re: iniparser needs absolute import
Reviewed: https://review.openstack.org/5922
Committed: http://github.com/openstack/openstack-common/commit/8c0f7dc0702f3e9a0e198a6206ecd2f0f8cc6d62
Submitter: Jenkins
Branch: master
commit 8c0f7dc0702f3e9a0e198a6206ecd2f0f8cc6d62
Author: Rick Harris <rconradharris@xxxxxxxxx>
Date: Wed Mar 28 18:37:16 2012 +0000
Use absolute import for iniparser.
Fixes bug 967400
Change-Id: I0c028f6b5285cd641dedbcea3132224e404b004e
** Changed in: openstack-common
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of OpenStack
Common Drivers, which is the registrant for openstack-common.
https://bugs.launchpad.net/bugs/967400
Title:
iniparser needs absolute import
Status in openstack-common:
Fix Committed
Bug description:
The use of a relative import for 'iniparser' is causing:
http://paste.openstack.org/show/12224/
Changing this to:
from openstack.common import iniparser fixes it.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-common/+bug/967400/+subscriptions
References