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

Unified Diff: build/android/run_monkey_test.py

Issue 11806004: [Android] Fix import of test_options_parser in run_monkey_test.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/run_monkey_test.py
diff --git a/build/android/run_monkey_test.py b/build/android/run_monkey_test.py
index f27426eb744985f406be00516fea930148f3d505..22a9ee1253d0d047f81829078ed03f6a71bc604a 100755
--- a/build/android/run_monkey_test.py
+++ b/build/android/run_monkey_test.py
@@ -11,10 +11,10 @@ import sys
import time
from pylib import android_commands
-from pylib import test_options_parser
from pylib import test_result
from pylib.host_driven import python_test_base
from pylib.host_driven import python_test_sharder
+from pylib.utils import test_options_parser
class MonkeyTest(python_test_base.PythonTestBase):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698