Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(265)

Unified Diff: mojo/tools/mojo_demo.py

Issue 878933003: Move the apptest runner and parts of mopy to the public SDK. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/tools/get_test_list.py ('k') | mojo/tools/mojob.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/mojo_demo.py
diff --git a/mojo/tools/mojo_demo.py b/mojo/tools/mojo_demo.py
index 0726e2efa2fb99d5c639585c4fa42a25a0a61aa5..f43b7c043e9c185ca07caa4ed2ab2bcbf0133600 100755
--- a/mojo/tools/mojo_demo.py
+++ b/mojo/tools/mojo_demo.py
@@ -3,14 +3,16 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-from mopy.config import Config
import argparse
-import mopy.paths
import os
import pipes
import subprocess
import sys
+import add_sdk_tools_to_path
+from mopy.config import Config
+import mopy.paths
+
# FIXME: We need to merge the mojo/tools and sky/tools directories
sys.path.append(os.path.join(mopy.paths.Paths().src_root, 'sky', 'tools'))
from skypy.skyserver import SkyServer
« no previous file with comments | « mojo/tools/get_test_list.py ('k') | mojo/tools/mojob.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698