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

Unified Diff: appengine_module/gae_ts_mon/__init__.py

Issue 1583243002: Revert of ts_mon: remove dependency on apiclient. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: 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 5e9a0ce3e49b8cd3ad5e3fbb634c9cdfb7ce31a9..8ef967727cd447f2bb15e6e21217fb8da74ff06b 100644
--- a/appengine_module/gae_ts_mon/__init__.py
+++ b/appengine_module/gae_ts_mon/__init__.py
@@ -6,6 +6,9 @@
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.
« 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