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