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

Unified Diff: tools/telemetry/telemetry/story/__init__.py

Issue 1126443002: Move user_story.user_story_set to story.story_set (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 7 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/story/__init__.py
diff --git a/tools/telemetry/telemetry/story/__init__.py b/tools/telemetry/telemetry/story/__init__.py
index 724a1a91aa3d06afcbdfda70a7dc6c44ea380fb2..41363cb6261027ea660bf9c95ca414cf823bb2a0 100644
--- a/tools/telemetry/telemetry/story/__init__.py
+++ b/tools/telemetry/telemetry/story/__init__.py
@@ -2,4 +2,11 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# TODO (aiolos): replace with user_story/__init__.py in subsequent cl.
+from telemetry.story.story_set import StorySet
+from telemetry.story.story_filter import StoryFilter
+from telemetry.util import cloud_storage
+
+
+PUBLIC_BUCKET = cloud_storage.PUBLIC_BUCKET
+PARTNER_BUCKET = cloud_storage.PARTNER_BUCKET
+INTERNAL_BUCKET = cloud_storage.INTERNAL_BUCKET
« no previous file with comments | « tools/telemetry/telemetry/results/user_story_run_unittest.py ('k') | tools/telemetry/telemetry/story/shared_state.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698