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

Closed
Daviey opened this Issue Mar 5, 2012 · 0 comments

Comments

Projects
None yet
2 participants

Daviey commented Mar 5, 2012

Hi,

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'

@garnaat garnaat closed this in e41d6cc Mar 7, 2012

msabramo pushed a commit to msabramo/boto that referenced this issue Nov 28, 2012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment