Index: PRESUBMIT.py |
diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
index 29ef3efee038cf4c99fba4927a2b9fdaff6ac215..5a90885deaecb93536f7e9ecae4437bd4e490854 100644 |
--- a/PRESUBMIT.py |
+++ b/PRESUBMIT.py |
@@ -189,7 +189,7 @@ def _CheckUnwantedDependencies(input_api, output_api): |
original_sys_path = sys.path |
try: |
sys.path = sys.path + [input_api.os_path.realpath(input_api.os_path.join( |
- input_api.PresubmitLocalPath(), '..', '..', 'tools', 'checkdeps'))] |
+ input_api.PresubmitLocalPath(), '..', '..', 'buildtools', 'checkdeps'))] |
import checkdeps |
from cpp_checker import CppChecker |
from rules import Rule |