summaryrefslogtreecommitdiffstats
path: root/glustolibs-gluster-gd2/glustolibs
diff options
context:
space:
mode:
authorAkarsha Rai <akrai@redhat.com>2018-09-17 09:02:51 +0530
committerAkarsha Rai <akrai@redhat.com>2018-10-09 14:30:01 +0000
commit2d3891e5b134a0f90e4f3e3d7753d70aa0baf489 (patch)
tree80e76d80048e74c5349040229d13e32448c6f8b7 /glustolibs-gluster-gd2/glustolibs
parent52b7b1f8990e306b4edd078463f90eca077e0c21 (diff)
Added install required packages to setup.py
Change-Id: I6032c7bcbfb2701f8b98db08990e93fb325833af Signed-off-by: Akarsha Rai <akrai@redhat.com>
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