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

Unified Diff: infra/libs/event_mon/__init__.py

Issue 1157383006: Removed infra/libs/event_mon (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 5 years, 7 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/checkouts.py » ('j') | no next file with comments »
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
deleted file mode 100644
index 67bf2f5af36ba8cc9d851f5039c360aeaa7521a6..0000000000000000000000000000000000000000
--- a/infra/libs/event_mon/__init__.py
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-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 process_argparse_options
-from infra.libs.event_mon.config import setup_monitoring
-
-from infra.libs.event_mon.monitoring import EVENT_TYPES, TIMESTAMP_KINDS
-from infra.libs.event_mon.monitoring import BUILD_EVENT_TYPES, BUILD_RESULTS
-from infra.libs.event_mon.monitoring import send_service_event
-from infra.libs.event_mon.monitoring import send_build_event
-
-from infra.libs.event_mon.router import time_ms
« no previous file with comments | « no previous file | infra/libs/event_mon/checkouts.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698