Chromium Code Reviews| Index: presubmit_support.py |
| diff --git a/presubmit_support.py b/presubmit_support.py |
| index e929e314d67d2244a7cc884100c25216c9e0a8a9..b386524068c1ceddc44fc4e10edc4c596d6f577c 100755 |
| --- a/presubmit_support.py |
| +++ b/presubmit_support.py |
| @@ -292,6 +292,7 @@ class InputApi(object): |
| self.os_listdir = os.listdir |
| self.os_walk = os.walk |
| self.os_path = os.path |
| + self.os_stat = os.stat |
| self.pickle = pickle |
| self.marshal = marshal |
| self.re = re |