Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(330)

Unified Diff: gcl.py

Issue 6721029: Fix locale.getlocale() exception. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « fix_encoding.py ('k') | gclient.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcl.py
diff --git a/gcl.py b/gcl.py
index 20762d1be0c5bdbb277170c046608585f459397a..ace9f6f3c6fb4140465050b0b01edb6b1fa7e49a 100755
--- a/gcl.py
+++ b/gcl.py
@@ -40,6 +40,7 @@ import breakpad # pylint: disable=W0611
# gcl now depends on gclient.
from scm import SVN
+import fix_encoding
import gclient_utils
import owners
import presubmit_support
@@ -1473,4 +1474,5 @@ def main(argv):
if __name__ == "__main__":
+ fix_encoding.fix_encoding()
sys.exit(main(sys.argv[1:]))
« no previous file with comments | « fix_encoding.py ('k') | gclient.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698