• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2015 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5from catapult_base import cloud_storage  # pylint: disable=import-error
6
7from telemetry.story.shared_state import SharedState
8from telemetry.story.story import Story
9from telemetry.story.story_filter import StoryFilter
10from telemetry.story.story_set import StorySet
11
12
13PUBLIC_BUCKET = cloud_storage.PUBLIC_BUCKET
14PARTNER_BUCKET = cloud_storage.PARTNER_BUCKET
15INTERNAL_BUCKET = cloud_storage.INTERNAL_BUCKET
16