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

Unified Diff: tools/telemetry/find_dependencies

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
« no previous file with comments | « no previous file | tools/telemetry/telemetry/internal/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/find_dependencies
diff --git a/tools/telemetry/find_dependencies b/tools/telemetry/find_dependencies
index 131f24dd62a6d328a04482a8fe87f98cf52d8a65..b6ebd4b93150e644fa6c700ad4ede7e4f9b1907a 100755
--- a/tools/telemetry/find_dependencies
+++ b/tools/telemetry/find_dependencies
@@ -3,7 +3,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-from telemetry.util import find_dependencies
+from telemetry.internal.util import find_dependencies
if __name__ == '__main__':
« no previous file with comments | « no previous file | tools/telemetry/telemetry/internal/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698