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: appengine_module/gae_ts_mon/__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 | « no previous file | appengine_module/gae_ts_mon/googleapiclient » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine_module/gae_ts_mon/__init__.py
diff --git a/appengine_module/gae_ts_mon/__init__.py b/appengine_module/gae_ts_mon/__init__.py
index 8ef967727cd447f2bb15e6e21217fb8da74ff06b..5e9a0ce3e49b8cd3ad5e3fbb634c9cdfb7ce31a9 100644
--- a/appengine_module/gae_ts_mon/__init__.py
+++ b/appengine_module/gae_ts_mon/__init__.py
@@ -7,9 +7,6 @@ import imp
import os
import sys
-# Adds itself to sys.path so the packages inside work.
-from . import third_party
-
# Add the gae_ts_mon/protobuf directory into the path for the google package, so
# "import google.protobuf" works.
protobuf_dir = os.path.join(os.path.dirname(__file__), 'protobuf')
« no previous file with comments | « no previous file | appengine_module/gae_ts_mon/googleapiclient » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698