From 2d3891e5b134a0f90e4f3e3d7753d70aa0baf489 Mon Sep 17 00:00:00 2001 From: Akarsha Rai Date: Mon, 17 Sep 2018 09:02:51 +0530 Subject: Added install required packages to setup.py Change-Id: I6032c7bcbfb2701f8b98db08990e93fb325833af Signed-off-by: Akarsha Rai --- glustolibs-gluster-gd2/glustolibs/gluster/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 glustolibs-gluster-gd2/glustolibs/gluster/__init__.py (limited to 'glustolibs-gluster-gd2/glustolibs/gluster/__init__.py') 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 -- cgit