← Back to team overview

openstack-poc team mailing list archive

[Bug 967400] [NEW] iniparser needs absolute import

 

Public bug reported:

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.

** Affects: openstack-common
     Importance: Undecided
     Assignee: Rick Harris (rconradharris)
         Status: In Progress

** Changed in: openstack-common
     Assignee: (unassigned) => Rick Harris (rconradharris)

** Changed in: openstack-common
       Status: New => In Progress

-- 
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:
  In Progress

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


Follow ups

References