diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-07-30 16:15:09 -0700 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-07-30 16:15:09 -0700 |
| commit | 04d6595d9b4c77f1fcaf01a7763caf11046ab164 (patch) | |
| tree | ff322a8fade5d59f573e2f559dacb1c234a12b9d | |
| parent | 1db9c94a78bcbefaaa59ee5ee0de4efe5fc1c790 (diff) | |
another try on fix boto
| -rw-r--r-- | nova/auth/signer.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/auth/signer.py b/nova/auth/signer.py index 3b9bc8f2c..634f22f0d 100644 --- a/nova/auth/signer.py +++ b/nova/auth/signer.py @@ -48,7 +48,8 @@ import hashlib import hmac import logging import urllib -import boto +import boto # NOTE(vish): for new boto +import boto.utils # NOTE(vish): for old boto from nova.exception import Error |
