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

Unified Diff: tools/telemetry/telemetry/core/chrome/cros_interface_unittest.py

Issue 12278015: [Telemetry] Reorganize everything. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-add shebangs. Created 7 years, 10 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
Index: tools/telemetry/telemetry/core/chrome/cros_interface_unittest.py
diff --git a/tools/telemetry/telemetry/cros_interface_unittest.py b/tools/telemetry/telemetry/core/chrome/cros_interface_unittest.py
similarity index 96%
rename from tools/telemetry/telemetry/cros_interface_unittest.py
rename to tools/telemetry/telemetry/core/chrome/cros_interface_unittest.py
index d65cc55aa669593d2cc002eeb65e43bbb1868bdb..e488728d53f91b3172e0f7dec4cac8850d7501ab 100644
--- a/tools/telemetry/telemetry/cros_interface_unittest.py
+++ b/tools/telemetry/telemetry/core/chrome/cros_interface_unittest.py
@@ -8,11 +8,11 @@
import unittest
import socket
-from telemetry import cros_browser_backend
-from telemetry import cros_interface
-from telemetry import options_for_unittests
-from telemetry import run_tests
-from telemetry import util
+from telemetry.core import util
+from telemetry.core.chrome import cros_browser_backend
+from telemetry.core.chrome import cros_interface
+from telemetry.test import options_for_unittests
+from telemetry.test import run_tests
class CrOSInterfaceTest(unittest.TestCase):
@run_tests.RequiresBrowserOfType('cros-chrome')
« no previous file with comments | « tools/telemetry/telemetry/core/chrome/cros_interface.py ('k') | tools/telemetry/telemetry/core/chrome/crx_id.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698