Chromium Code Reviews| Index: mojo/tools/devtools.py |
| diff --git a/mojo/tools/devtools.py b/mojo/tools/devtools.py |
| index 590e4969c40d89f6d710aa39a925430fae2def01..28a0d9199518577c1d9e2f937b614e36a7a9765d 100644 |
| --- a/mojo/tools/devtools.py |
| +++ b/mojo/tools/devtools.py |
| @@ -6,7 +6,7 @@ import os |
| import sys |
| -def add_pylib_to_path(): |
| +def add_lib_to_path(): |
| """ Adds the devtools pylib to path, allowing to use it in the internal |
| /mojo/tools/ tooling. """ |
| sys.path.append(os.path.join(os.path.dirname(__file__), |