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

Unified Diff: tools/telemetry/telemetry/internal/util/path_set_unittest.py

Issue 1174743002: Move find_dependencies and related files to internal/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase from the cloud_storage move landing. Created 5 years, 6 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/internal/util/path_set_unittest.py
diff --git a/tools/telemetry/telemetry/util/path_set_unittest.py b/tools/telemetry/telemetry/internal/util/path_set_unittest.py
similarity index 95%
rename from tools/telemetry/telemetry/util/path_set_unittest.py
rename to tools/telemetry/telemetry/internal/util/path_set_unittest.py
index b205b93eaac7a1862175f9e8dceb54a29b515556..6cc0ec1913608caac20368c57f2bbc827b9b73f0 100755
--- a/tools/telemetry/telemetry/util/path_set_unittest.py
+++ b/tools/telemetry/telemetry/internal/util/path_set_unittest.py
@@ -6,7 +6,7 @@
import os
import unittest
-from telemetry.util import path_set
+from telemetry.internal.util import path_set
class PathSetTest(unittest.TestCase):
« no previous file with comments | « tools/telemetry/telemetry/internal/util/path_set.py ('k') | tools/telemetry/telemetry/telemetry_dependencies_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698