Index: mojo/tools/add_sdk_tools_to_path.py |
diff --git a/mojo/tools/add_sdk_tools_to_path.py b/mojo/tools/add_sdk_tools_to_path.py |
new file mode 100644 |
index 0000000000000000000000000000000000000000..841d9513eab40fc9dbcdd8c02d9df6e900f3f877 |
--- /dev/null |
+++ b/mojo/tools/add_sdk_tools_to_path.py |
@@ -0,0 +1,11 @@ |
+# Copyright 2015 The Chromium Authors. All rights reserved. |
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
+import os |
+import sys |
+ |
+sys.path.append(os.path.join(os.path.dirname(__file__), |
+ os.pardir, |
+ "public", |
+ "tools")) |