boto.utils import doesn't work with new boto, import boto instead

This commit is contained in:
Vishvananda Ishaya
2010-07-29 17:10:28 -07:00
parent d7be65b0b0
commit b0986a25d5

View File

@@ -48,7 +48,7 @@ import hashlib
import hmac
import logging
import urllib
import boto.utils
import boto
from nova.exception import Error