Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
boto/utils.py makes use of boto.provider, but doesn't import it #614
Comments
garnaat
closed this
in
e41d6cc
Mar 7, 2012
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
Daviey commentedMar 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'