From f69eaff727819dbf0c2dc5ef9d75efd1c3299670 Mon Sep 17 00:00:00 2001 From: Ahmad Bilal Khalid Date: Sat, 29 Jun 2019 18:13:33 +0500 Subject: [PATCH] __init__ updated --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index d13a8bf..653ea14 100644 --- a/__init__.py +++ b/__init__.py @@ -1 +1 @@ -from etcd_wrapper.etcd_wrapper import * \ No newline at end of file +from .etcd_wrapper.etcd_wrapper import * \ No newline at end of file