Index: PRESUBMIT_test_mocks.py |
diff --git a/PRESUBMIT_test_mocks.py b/PRESUBMIT_test_mocks.py |
index 373b52c6d3c68643cfe0622f1a622d1098dca7f8..d9d8f95fe7dd8ab505bb3ebcdca655ed096a7e13 100644 |
--- a/PRESUBMIT_test_mocks.py |
+++ b/PRESUBMIT_test_mocks.py |
@@ -20,6 +20,7 @@ class MockInputApi(object): |
self.json = json |
self.re = re |
self.os_path = os.path |
+ self.platform = sys.platform |
self.python_executable = sys.executable |
self.subprocess = subprocess |
self.files = [] |