| 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
|
|
|