aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/python/google/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/protobuf/python/google/__init__.py')
-rwxr-xr-xthird_party/protobuf/python/google/__init__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/third_party/protobuf/python/google/__init__.py b/third_party/protobuf/python/google/__init__.py
deleted file mode 100755
index 5585614122..0000000000
--- a/third_party/protobuf/python/google/__init__.py
+++ /dev/null
@@ -1,4 +0,0 @@
-try:
- __import__('pkg_resources').declare_namespace(__name__)
-except ImportError:
- __path__ = __import__('pkgutil').extend_path(__path__, __name__)