From 351e9ab929198b553c20dd5141c99443b41b0671 Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Tue, 23 Apr 2019 08:05:29 -0700 Subject: [PATCH] Not needed in Python 3 (#898) --- src/gam.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/gam.py b/src/gam.py index 4188b764..86ac77c7 100755 --- a/src/gam.py +++ b/src/gam.py @@ -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):