Index: tests/presubmit_unittest.py |
diff --git a/tests/presubmit_unittest.py b/tests/presubmit_unittest.py |
index c7ad8191d2a4cd923a6df20789ab10d083d7fdf9..b2cb19083dabf683b7e3add0f3bc588907d7b06b 100755 |
--- a/tests/presubmit_unittest.py |
+++ b/tests/presubmit_unittest.py |
@@ -141,8 +141,7 @@ class PresubmitUnittest(PresubmitTestsBase): |
'NotImplementedException', 'OutputApi', 'ParseFiles', |
'PresubmitExecuter', 'PresubmitOutput', 'ScanSubDirs', |
'SvnAffectedFile', 'SvnChange', 'cPickle', 'cStringIO', |
- 'exceptions', 'fix_encoding', 'fnmatch', 'gclient_utils', 'glob', 'json', |
- 'load_files', |
+ 'exceptions', 'fnmatch', 'gclient_utils', 'glob', 'json', 'load_files', |
'logging', 'marshal', 'normpath', 'optparse', 'os', 'owners', 'pickle', |
'presubmit_canned_checks', 'random', 're', 'scm', 'subprocess', |
'sys', 'tempfile', 'time', 'traceback', 'types', 'unittest', 'urllib2', |