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

Unified Diff: tools/telemetry/third_party/modulegraph/modulegraph_tests/testpkg-edgedata/script_multi_import.py

Issue 1647513002: Delete tools/telemetry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/third_party/modulegraph/modulegraph_tests/testpkg-edgedata/script_multi_import.py
diff --git a/tools/telemetry/third_party/modulegraph/modulegraph_tests/testpkg-edgedata/script_multi_import.py b/tools/telemetry/third_party/modulegraph/modulegraph_tests/testpkg-edgedata/script_multi_import.py
deleted file mode 100644
index cb6ce5443fd4d18434215673bf1844c3e6c27954..0000000000000000000000000000000000000000
--- a/tools/telemetry/third_party/modulegraph/modulegraph_tests/testpkg-edgedata/script_multi_import.py
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-try:
- import os.path
-except ImportError:
- pass
-
-import os
-
-def function(self):
- import sys
-
-
-if a == b:
- import sys
-
-def function2(self):
- if a == b:
- import platform
-
-def function3(self):
- import platform
- import email
-
-
-import email

Powered by Google App Engine
This is Rietveld 408576698