summaryrefslogtreecommitdiffstats
path: root/glustolibs-gluster-gd2/glustolibs
diff options
context:
space:
mode:
authorAkarsha Rai <akrai@redhat.com>2018-12-03 12:01:55 +0000
committerGerrit Code Review <review@review.gluster.org>2018-12-03 12:01:55 +0000
commit143920c43f25e2ce1dd4c456a0af2c5fef314b48 (patch)
treebb5ed394a5b9336edb33e771b15c920f3d35586b /glustolibs-gluster-gd2/glustolibs
parent537e5d5e54869a74133398b59b054877e02fa022 (diff)
parent2d3891e5b134a0f90e4f3e3d7753d70aa0baf489 (diff)
Merge "Added install required packages to setup.py"
Diffstat (limited to 'glustolibs-gluster-gd2/glustolibs')
-rw-r--r--glustolibs-gluster-gd2/glustolibs/__init__.py1
-rw-r--r--glustolibs-gluster-gd2/glustolibs/gluster/__init__.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/glustolibs-gluster-gd2/glustolibs/__init__.py b/glustolibs-gluster-gd2/glustolibs/__init__.py
new file mode 100644
index 0000000..de40ea7
--- /dev/null
+++ b/glustolibs-gluster-gd2/glustolibs/__init__.py
@@ -0,0 +1 @@
+__import__('pkg_resources').declare_namespace(__name__)
diff --git a/glustolibs-gluster-gd2/glustolibs/gluster/__init__.py b/glustolibs-gluster-gd2/glustolibs/gluster/__init__.py
new file mode 100644
index 0000000..b0d6433
--- /dev/null
+++ b/glustolibs-gluster-gd2/glustolibs/gluster/__init__.py
@@ -0,0 +1 @@
+__import__('pkg_resources').declare_namespace(__name__) \ No newline at end of file