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

Unified Diff: infra_libs/event_mon/__init__.py

Issue 1407143009: Added event_mon.set_default_event (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « no previous file | infra_libs/event_mon/config.py » ('j') | infra_libs/event_mon/config.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra_libs/event_mon/__init__.py
diff --git a/infra_libs/event_mon/__init__.py b/infra_libs/event_mon/__init__.py
index cbf6e932f41e0b727286433853e642e03dbef7ec..2c411b52afb4e5e26f313da35c4efca75d4235db 100644
--- a/infra_libs/event_mon/__init__.py
+++ b/infra_libs/event_mon/__init__.py
@@ -4,7 +4,7 @@
from infra_libs.event_mon.checkouts import get_revinfo, parse_revinfo
from infra_libs.event_mon.config import add_argparse_options
-from infra_libs.event_mon.config import close
+from infra_libs.event_mon.config import close, set_default_event
from infra_libs.event_mon.config import process_argparse_options
from infra_libs.event_mon.config import setup_monitoring
« no previous file with comments | « no previous file | infra_libs/event_mon/config.py » ('j') | infra_libs/event_mon/config.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698