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

Unified Diff: tools/telemetry/catapult_base/cloud_storage_unittest.py

Issue 1165273003: Move cloud_storage to catapult_base. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « tools/telemetry/catapult_base/cloud_storage.py ('k') | tools/telemetry/catapult_base/support_binaries.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/catapult_base/cloud_storage_unittest.py
diff --git a/tools/telemetry/telemetry/util/cloud_storage_unittest.py b/tools/telemetry/catapult_base/cloud_storage_unittest.py
similarity index 99%
rename from tools/telemetry/telemetry/util/cloud_storage_unittest.py
rename to tools/telemetry/catapult_base/cloud_storage_unittest.py
index f598b67d27688d62f69fc7d698798b2ebc41c353..fb7452248ba17501d95750dca4835ec2037ea87d 100644
--- a/tools/telemetry/telemetry/util/cloud_storage_unittest.py
+++ b/tools/telemetry/catapult_base/cloud_storage_unittest.py
@@ -5,8 +5,8 @@
import os
import unittest
+from catapult_base import cloud_storage
from telemetry.unittest_util import system_stub
-from telemetry.util import cloud_storage
def _FakeFindGsutil():
« no previous file with comments | « tools/telemetry/catapult_base/cloud_storage.py ('k') | tools/telemetry/catapult_base/support_binaries.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698