summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCat Lee Ball 🎷🐛 <cball@google.com>2019-03-26 17:30:26 -0700
committerCat Lee Ball 🎷🐛 <cball@google.com>2019-03-26 17:30:26 -0700
commit9740067f2fd4859475b729586c3dc928f3d289ee (patch)
tree015756b875498efb950c66a0c2abe563faf425d3
parent0955620ab49b76c60abbcc1bea61ad05c2098361 (diff)
downloadboto-9740067f2fd4859475b729586c3dc928f3d289ee.tar.gz
Removed get_utf8 imports
-rw-r--r--boto/gs/bucket.py1
-rwxr-xr-xboto/gs/connection.py1
-rw-r--r--boto/gs/key.py1
3 files changed, 0 insertions, 3 deletions
diff --git a/boto/gs/bucket.py b/boto/gs/bucket.py
index b355af48..c11e239d 100644
--- a/boto/gs/bucket.py
+++ b/boto/gs/bucket.py
@@ -40,7 +40,6 @@ from boto.gs.lifecycle import LifecycleConfig
from boto.gs.key import Key as GSKey
from boto.s3.acl import Policy
from boto.s3.bucket import Bucket as S3Bucket
-from boto.utils import get_utf8_value
from boto.compat import quote
from boto.compat import six
diff --git a/boto/gs/connection.py b/boto/gs/connection.py
index 4dd18cab..928cb704 100755
--- a/boto/gs/connection.py
+++ b/boto/gs/connection.py
@@ -23,7 +23,6 @@ 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.utils import get_utf8_value
class Location(object):
DEFAULT = 'US'
diff --git a/boto/gs/key.py b/boto/gs/key.py
index 94563a75..30b96382 100644
--- a/boto/gs/key.py
+++ b/boto/gs/key.py
@@ -29,7 +29,6 @@ from boto.exception import BotoClientError
from boto.s3.key import Key as S3Key
from boto.s3.keyfile import KeyFile
from boto.utils import compute_hash
-from boto.utils import get_utf8_value
class Key(S3Key):
"""