Index: mojo/tools/run_mojo_python_tests.py |
diff --git a/mojo/tools/run_mojo_python_tests.py b/mojo/tools/run_mojo_python_tests.py |
index 3dbf9721d3a55350daf01f907553d8413489a1a2..0d3f2660ae2502c6e0c6c4b06f6707c1cec65c69 100755 |
--- a/mojo/tools/run_mojo_python_tests.py |
+++ b/mojo/tools/run_mojo_python_tests.py |
@@ -6,7 +6,7 @@ |
import os |
import sys |
-from mopy.mojo_python_tests_runner import MojoPythonTestRunner |
+from mopy_internal.mojo_python_tests_runner import MojoPythonTestRunner |
def main(): |
@@ -14,7 +14,7 @@ def main(): |
# Tests of pylib bindings. |
os.path.join('mojo', 'public', 'tools', 'bindings', 'pylib'), |
# Tests of "mopy" python tools code. |
- os.path.join('mojo', 'tools', 'mopy') |
+ os.path.join('mojo', 'public', 'tools', 'mopy') |
] |
for test_dir in test_dir_list: |