Index: mojo/devtools/common/devtoolslib/paths.py |
diff --git a/mojo/devtools/common/devtoolslib/paths.py b/mojo/devtools/common/devtoolslib/paths.py |
index 870dd0a9af0510b13544f3706e5de8642348a267..a1b1b4167d717e8cee9eab23b8df7cbe15ea0ca4 100644 |
--- a/mojo/devtools/common/devtoolslib/paths.py |
+++ b/mojo/devtools/common/devtoolslib/paths.py |
@@ -12,6 +12,8 @@ import collections |
import os.path |
import sys |
+DEVTOOLS_ROOT = os.path.join(os.path.dirname(os.path.realpath(__file__)), '..') |
+ |
def find_ancestor_with(relpath, start_path=None): |
"""Returns the lowest ancestor of this file that contains |relpath|.""" |