Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Unified Diff: tests/presubmit_unittest.py

Issue 614413003: Added os to input_api (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: only export os.path Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « presubmit_support.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/presubmit_unittest.py
diff --git a/tests/presubmit_unittest.py b/tests/presubmit_unittest.py
index 65c521c39aac8306a163ab2c6c6aa0420b684a23..9df0b830e31d8e24b5bdaddf2095c5a042fffacc 100755
--- a/tests/presubmit_unittest.py
+++ b/tests/presubmit_unittest.py
@@ -1189,9 +1189,9 @@ class InputApiUnittest(PresubmitTestsBase):
'PresubmitLocalPath', 'ReadFile', 'RightHandSideLines', 'ServerPaths',
'basename', 'cPickle', 'cpplint', 'cStringIO', 'canned_checks', 'change',
'environ', 'glob', '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',
+ 'marshal', 'os_listdir', 'os_walk', 'os_path', 'os_stat', 'owners_db',
+ 'pickle', 'platform', 'python_executable', 're', 'rietveld', 'subprocess',
+ 'tbr', 'tempfile', 'time', 'traceback', 'unittest', 'urllib2', 'version',
'verbose',
]
# If this test fails, you should add the relevant test.
« no previous file with comments | « presubmit_support.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698