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

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

Issue 1110843002: Change user_story.user_story_filter to story.story_filter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 8 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/story_filter.py
diff --git a/tools/telemetry/telemetry/user_story/user_story_filter.py b/tools/telemetry/telemetry/story/story_filter.py
similarity index 98%
rename from tools/telemetry/telemetry/user_story/user_story_filter.py
rename to tools/telemetry/telemetry/story/story_filter.py
index fce696b6f08cea13ff22823763e50fcbfb00d1d7..7219894aec1ca8317ec6c6c0f6a42bfa49978354 100644
--- a/tools/telemetry/telemetry/user_story/user_story_filter.py
+++ b/tools/telemetry/telemetry/story/story_filter.py
@@ -38,7 +38,7 @@ class _StoryLabelMatcher(object):
return self and bool(user_story.labels.intersection(self._labels))
-class UserStoryFilter(command_line.ArgumentHandlerMixIn):
+class StoryFilter(command_line.ArgumentHandlerMixIn):
"""Filters user stories in the user story set based on command-line flags."""
@classmethod
« no previous file with comments | « tools/telemetry/telemetry/story/__init__.py ('k') | tools/telemetry/telemetry/story/story_filter_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698