summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authormmeade <mmeade@chromium.org>2016-01-12 11:16:32 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-12 19:18:19 +0000
commitf6a446cc91d6a84048574c9954dac05c9f1b8545 (patch)
tree0ae8a45ab12e25235997f5f035264269fc74998e /testing
parent156e01936d1b970fa97810952190d4e3b2c07f12 (diff)
downloadchromium_src-f6a446cc91d6a84048574c9954dac05c9f1b8545.zip
chromium_src-f6a446cc91d6a84048574c9954dac05c9f1b8545.tar.gz
chromium_src-f6a446cc91d6a84048574c9954dac05c9f1b8545.tar.bz2
Fixing an import path breakage due to the recent change.
BUG= Review URL: https://codereview.chromium.org/1581743002 Cr-Commit-Position: refs/heads/master@{#368939}
Diffstat (limited to 'testing')
-rwxr-xr-xtesting/legion/examples/subprocess/subprocess_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/legion/examples/subprocess/subprocess_test.py b/testing/legion/examples/subprocess/subprocess_test.py
index 9bd486a..c96b42f 100755
--- a/testing/legion/examples/subprocess/subprocess_test.py
+++ b/testing/legion/examples/subprocess/subprocess_test.py
@@ -19,7 +19,7 @@ TESTING_DIR = os.path.join(
sys.path.append(TESTING_DIR)
from legion import legion_test_case
-from legion import jsonrpclib
+from legion.lib.rpc import jsonrpclib
class ExampleTestController(legion_test_case.TestCase):