Not needed in Python 3 (#898)

This commit is contained in:
Ross Scroggs
2019-04-23 08:05:29 -07:00
committed by Jay Lee
parent 6d16eae210
commit 351e9ab929

View File

@@ -108,12 +108,6 @@ Go to the following link in your browser:
{address}
"""
def cp65001(name):
if name.lower() == "cp65001":
return codecs.lookup("utf-8")
codecs.register(cp65001)
# Override and wrap google_auth_httplib2 request methods so that the GAM
# user-agent string is inserted into HTTP request headers.
def _request_with_user_agent(request_method):