summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCat Lee Ball 🎷🐛 <cball@google.com>2019-03-26 17:33:29 -0700
committerCat Lee Ball 🎷🐛 <cball@google.com>2019-03-26 17:33:29 -0700
commit598bdfee04744b394ba446603818c7a1b09ced0f (patch)
tree244105e182ea041966427f7d04b3b2cfe98584b6
parent9740067f2fd4859475b729586c3dc928f3d289ee (diff)
downloadboto-598bdfee04744b394ba446603818c7a1b09ced0f.tar.gz
Added missing import to six
-rwxr-xr-xboto/gs/connection.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/boto/gs/connection.py b/boto/gs/connection.py
index 928cb704..ae9fab3d 100755
--- a/boto/gs/connection.py
+++ b/boto/gs/connection.py
@@ -23,6 +23,7 @@ from boto.gs.bucket import Bucket
from boto.s3.connection import S3Connection
from boto.s3.connection import SubdomainCallingFormat
from boto.s3.connection import check_lowercase_bucketname
+from boto.compat import six
class Location(object):
DEFAULT = 'US'