Index: mojo/tools/test_runner.py |
diff --git a/mojo/tools/test_runner.py b/mojo/tools/test_runner.py |
index 9174912ea0da0f8a3e2f6e5dce94e4a0140743a1..28eb3bedc0df6606bbebea048bd3af9ed4a708db 100755 |
--- a/mojo/tools/test_runner.py |
+++ b/mojo/tools/test_runner.py |
@@ -12,10 +12,7 @@ import sys |
_logging = logging.getLogger() |
-_script_dir = os.path.dirname(os.path.abspath(__file__)) |
-sys.path.insert(0, os.path.join(_script_dir, "pylib")) |
- |
-from transitive_hash import transitive_hash |
+from mopy.transitive_hash import transitive_hash |
def main(argv): |
logging.basicConfig() |