Home | History | Annotate | Download | only in story
      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 
      5 from py_utils import cloud_storage  # pylint: disable=import-error
      6 
      7 from telemetry.story.shared_state import SharedState
      8 from telemetry.story.story import Story
      9 from telemetry.story.story_filter import StoryFilter
     10 from telemetry.story.story_set import StorySet
     11 
     12 
     13 PUBLIC_BUCKET = cloud_storage.PUBLIC_BUCKET
     14 PARTNER_BUCKET = cloud_storage.PARTNER_BUCKET
     15 INTERNAL_BUCKET = cloud_storage.INTERNAL_BUCKET
     16