| Index: tests/presubmit_unittest.py
|
| diff --git a/tests/presubmit_unittest.py b/tests/presubmit_unittest.py
|
| index b4737be8d36360c6b318841f77fe8bc6c1c7da42..d492560644eae4838a9398dcc1ea2f6ec9f3a3c4 100755
|
| --- a/tests/presubmit_unittest.py
|
| +++ b/tests/presubmit_unittest.py
|
| @@ -66,7 +66,7 @@ class PresubmitUnittest(PresubmitTestsBase):
|
| 'NotImplementedException', 'OutputApi', 'ParseFiles',
|
| 'PresubmitExecuter', 'PromptYesNo', 'ScanSubDirs',
|
| 'SvnAffectedFile', 'SvnChange', 'cPickle', 'cStringIO',
|
| - 'exceptions', 'fnmatch', 'gcl', 'gclient_utils', 'glob',
|
| + 'exceptions', 'fnmatch', 'gcl', 'gclient_utils', 'glob', 'json',
|
| 'logging', 'marshal', 'normpath', 'optparse', 'os', 'pickle',
|
| 'presubmit_canned_checks', 'random', 're', 'scm', 'subprocess', 'sys',
|
| 'tempfile', 'time', 'traceback', 'types', 'unittest', 'urllib2',
|
| @@ -560,7 +560,7 @@ class InputApiUnittest(PresubmitTestsBase):
|
| 'LocalToDepotPath',
|
| 'PresubmitLocalPath', 'ReadFile', 'RightHandSideLines', 'ServerPaths',
|
| 'basename', 'cPickle', 'cStringIO', 'canned_checks', 'change', 'environ',
|
| - 'is_committing', 'marshal', 'os_path', 'pickle', 'platform',
|
| + 'is_committing', 'json', 'marshal', 'os_path', 'pickle', 'platform',
|
| 'python_executable',
|
| 're', 'subprocess', 'tempfile', 'traceback', 'unittest', 'urllib2',
|
| 'version',
|
|
|