Public bug reported:

This is really a dupe of bug 945355, but they plan to work around it,
rather than fix it within boto.

I'm seeing issues where:

provider = boto.provider.get_default()

is called, but it isn't imported:
...
File "/usr/lib/python2.7/dist-packages/boto/utils.py", line 91, in 
canonical_string
provider = boto.provider.get_default()
AttributeError: 'module' object has no attribute 'provider'
...

Adding an import of boto.provider into boto/utils.py resolves this
issue.

Thanks.

** Affects: python-boto (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-boto in Ubuntu.
https://bugs.launchpad.net/bugs/947424

Title:
  boto/utils.py makes use of boto.provider, but doesn't import it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-boto/+bug/947424/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to