X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=genericparser%2Fpub%2Fredisco%2Fcontainers.py;h=d30c227fdc78d3097d48d815cbdd1b516d54e755;hb=dd98761bf3231294471c47c194d49fef47429c90;hp=8957294074c32d53544628127de0ef6eb053f9eb;hpb=c9ee73f174a18d163d4f0a70c81204a3ba7c2fc2;p=modeling%2Fetsicatalog.git 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