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, 4 insertions, 0 deletions
diff --git a/python/google/__init__.py b/python/google/__init__.py
new file mode 100755
index 00000000..55856141
--- /dev/null
+++ b/python/google/__init__.py
@@ -0,0 +1,4 @@
+try:
+ __import__('pkg_resources').declare_namespace(__name__)
+except ImportError:
+ __path__ = __import__('pkgutil').extend_path(__path__, __name__)