| Index: tests/presubmit_unittest.py
|
| diff --git a/tests/presubmit_unittest.py b/tests/presubmit_unittest.py
|
| index 0d257368c93aa956e6a0884ba708a46c48596dab..f07e2fda370ed66aca9c3f3b01407cd1e1c229f3 100755
|
| --- a/tests/presubmit_unittest.py
|
| +++ b/tests/presubmit_unittest.py
|
| @@ -793,7 +793,8 @@ class InputApiUnittest(PresubmitTestsBase):
|
| 'LocalToDepotPath',
|
| 'PresubmitLocalPath', 'ReadFile', 'RightHandSideLines', 'ServerPaths',
|
| 'basename', 'cPickle', 'cStringIO', 'canned_checks', 'change', 'environ',
|
| - 'host_url', 'is_committing', 'json', 'marshal', 'os_listdir', 'os_walk',
|
| + 'host_url', 'is_committing', 'json', 'logging', 'marshal', 'os_listdir',
|
| + 'os_walk',
|
| 'os_path', 'owners_db', 'pickle', 'platform', 'python_executable', 're',
|
| 'rietveld', 'subprocess', 'tbr', 'tempfile', 'time', 'traceback',
|
| 'unittest', 'urllib2', 'version', 'verbose',
|
|
|