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

Unified Diff: tools/telemetry/telemetry/core/user_agent_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
« no previous file with comments | « tools/telemetry/telemetry/core/user_agent.py ('k') | tools/telemetry/telemetry/core/util.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/user_agent_unittest.py
diff --git a/tools/telemetry/telemetry/user_agent_unittest.py b/tools/telemetry/telemetry/core/user_agent_unittest.py
similarity index 85%
rename from tools/telemetry/telemetry/user_agent_unittest.py
rename to tools/telemetry/telemetry/core/user_agent_unittest.py
index e126b70ebb46648efd65ca4a767bc7a7c3be1a52..223c1cf8a812f3c0956fa202f7a467c55735c2df 100644
--- a/tools/telemetry/telemetry/user_agent_unittest.py
+++ b/tools/telemetry/telemetry/core/user_agent_unittest.py
@@ -2,8 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-from telemetry import tab_test_case
-from telemetry import user_agent
+from telemetry.core import user_agent
+from telemetry.test import tab_test_case
class UserAgentTest(tab_test_case.TabTestCase):
« no previous file with comments | « tools/telemetry/telemetry/core/user_agent.py ('k') | tools/telemetry/telemetry/core/util.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698