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

Unified Diff: tools/telemetry/telemetry/internal/util/find_dependencies_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/find_dependencies_unittest.py
diff --git a/tools/telemetry/telemetry/util/find_dependencies_unittest.py b/tools/telemetry/telemetry/internal/util/find_dependencies_unittest.py
similarity index 97%
rename from tools/telemetry/telemetry/util/find_dependencies_unittest.py
rename to tools/telemetry/telemetry/internal/util/find_dependencies_unittest.py
index a5c7391e9a31c13d3c10f4d4a0a7fbaf0392600e..7376fbc8c510ae73bdf3823b47a4b7c83a0c91ab 100644
--- a/tools/telemetry/telemetry/util/find_dependencies_unittest.py
+++ b/tools/telemetry/telemetry/internal/util/find_dependencies_unittest.py
@@ -13,7 +13,7 @@ import unittest
import zipfile
from catapult_base import cloud_storage
-from telemetry.util import find_dependencies
+from telemetry.internal.util import find_dependencies
class FindDependenciesTest(unittest.TestCase):
« no previous file with comments | « tools/telemetry/telemetry/internal/util/find_dependencies.py ('k') | tools/telemetry/telemetry/internal/util/path_set.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698