From: Hui Deng Date: Tue, 16 Jul 2019 09:24:53 +0000 (+0000) Subject: Merge "resolve python2->python3 issues" X-Git-Tag: 1.0.5~63 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=638b2b14c38429e40d41abcbe0a155b94849c35b;hp=2c3b00a3a4a795ca785bfb3e987f26e42a569d13;p=modeling%2Fetsicatalog.git Merge "resolve python2->python3 issues" --- diff --git a/genericparser/pub/redisco/containers.py b/genericparser/pub/redisco/containers.py index 8957294..d30c227 100644 --- a/genericparser/pub/redisco/containers.py +++ b/genericparser/pub/redisco/containers.py @@ -67,7 +67,7 @@ class Container(object): if hasattr(self, 'db_cache') and self.db_cache: return self.db_cache else: - from redisco import connection + from . import connection self.db_cache = connection return self.db_cache