Merge "resolve python2->python3 issues"
authorHui Deng <denghui12@huawei.com>
Tue, 16 Jul 2019 09:24:53 +0000 (09:24 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 16 Jul 2019 09:24:53 +0000 (09:24 +0000)
genericparser/pub/redisco/containers.py

index 8957294..d30c227 100644 (file)
@@ -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