Chromium Code Reviews| Index: gcl.py | 
| diff --git a/gcl.py b/gcl.py | 
| index ace9f6f3c6fb4140465050b0b01edb6b1fa7e49a..20762d1be0c5bdbb277170c046608585f459397a 100755 | 
| --- a/gcl.py | 
| +++ b/gcl.py | 
| @@ -40,7 +40,6 @@ 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 | 
| @@ -1474,5 +1473,4 @@ def main(argv): | 
| if __name__ == "__main__": | 
| - fix_encoding.fix_encoding() | 
| sys.exit(main(sys.argv[1:])) |