summaryrefslogtreecommitdiff
path: root/cli/cros/tests
diff options
context:
space:
mode:
authorDavid Pursell <dpursell@chromium.org>2015-03-19 09:15:48 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-03-23 08:39:11 +0000
commitcfd58879e7a8bbdf8bc7331157bceb691f08a8d7 (patch)
tree8cb7f649a6c877fedf2760cce2cf3f213cef2ef7 /cli/cros/tests
parentb5bacc2c7d0175d146b2fd073d485cc02a11cbcb (diff)
downloadchromite-cfd58879e7a8bbdf8bc7331157bceb691f08a8d7.tar.gz
cli: Fix import paths to use cli/cros.
As part of the Brillo entry point, we're restructuring chromite/cros to chromite/cli/cros instead. This CL just fixes module import paths to point to the new location to make the restructuring functional. See brbug.com/557 for more info. BUG=brillo:557 TEST=cbuildbot/run_tests Change-Id: I70c783f40e207090c5babf7ac149543613c8817e Reviewed-on: https://chromium-review.googlesource.com/261183 Reviewed-by: David Pursell <dpursell@chromium.org> Commit-Queue: David Pursell <dpursell@chromium.org> Trybot-Ready: David Pursell <dpursell@chromium.org> Tested-by: David Pursell <dpursell@chromium.org>
Diffstat (limited to 'cli/cros/tests')
l---------cli/cros/tests/cros_vm_test2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/cros/tests/cros_vm_test b/cli/cros/tests/cros_vm_test
index ef3e37b67..f54a630cc 120000
--- a/cli/cros/tests/cros_vm_test
+++ b/cli/cros/tests/cros_vm_test
@@ -1 +1 @@
-../../scripts/wrapper.py \ No newline at end of file
+../../../scripts/wrapper.py \ No newline at end of file