| Index: tests/presubmit_unittest.py
|
| diff --git a/tests/presubmit_unittest.py b/tests/presubmit_unittest.py
|
| index b2cb19083dabf683b7e3add0f3bc588907d7b06b..c7ad8191d2a4cd923a6df20789ab10d083d7fdf9 100755
|
| --- a/tests/presubmit_unittest.py
|
| +++ b/tests/presubmit_unittest.py
|
| @@ -141,7 +141,8 @@ class PresubmitUnittest(PresubmitTestsBase):
|
| 'NotImplementedException', 'OutputApi', 'ParseFiles',
|
| 'PresubmitExecuter', 'PresubmitOutput', 'ScanSubDirs',
|
| 'SvnAffectedFile', 'SvnChange', 'cPickle', 'cStringIO',
|
| - 'exceptions', 'fnmatch', 'gclient_utils', 'glob', 'json', 'load_files',
|
| + 'exceptions', 'fix_encoding', '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',
|
|
|