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') |