summaryrefslogtreecommitdiff
path: root/python/google/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/google/__init__.py')
-rwxr-xr-xpython/google/__init__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/python/google/__init__.py b/python/google/__init__.py
deleted file mode 100755
index 55856141..00000000
--- a/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__)