Chromium Code Reviews| 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:])) |