Chromium Code Reviews| Index: PRESUBMIT_unittest.py |
| =================================================================== |
| --- PRESUBMIT_unittest.py (revision 17630) |
| +++ PRESUBMIT_unittest.py (working copy) |
| @@ -40,7 +40,10 @@ |
| def LocalPath(self): |
| return self.path |
| + def AbsoluteLocalPath(self): |
| + return self.path |
| + |
| class MockOutputApi(object): |
| class PresubmitError(object): |
| def __init__(self, msg, items=[], long_text=''): |