|
|
|
@ -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',
|
|
|
|
|