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

Unified Diff: appengine_module/gae_ts_mon/third_party/__init__.py

Issue 1588623002: ts_mon: remove dependency on apiclient. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Remove gae_ts_mon/third_party Created 4 years, 11 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 | « appengine_module/gae_ts_mon/six.py ('k') | appengine_module/gae_ts_mon/third_party/apiclient » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine_module/gae_ts_mon/third_party/__init__.py
diff --git a/appengine_module/gae_ts_mon/third_party/__init__.py b/appengine_module/gae_ts_mon/third_party/__init__.py
deleted file mode 100644
index 2aa5719ed0aa9a29ce72715e948b7e4985a2a38c..0000000000000000000000000000000000000000
--- a/appengine_module/gae_ts_mon/third_party/__init__.py
+++ /dev/null
@@ -1,11 +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.
-
-import os
-import logging
-import sys
-
-third_party_dir = os.path.join(os.path.dirname(__file__), '..', 'third_party')
-if third_party_dir not in sys.path: # pragma: no cover
- sys.path.insert(0, third_party_dir)
« no previous file with comments | « appengine_module/gae_ts_mon/six.py ('k') | appengine_module/gae_ts_mon/third_party/apiclient » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698