From: yangyan Date: Tue, 16 Jul 2019 04:39:36 +0000 (+0800) Subject: Solving redisco problem X-Git-Tag: 1.3.4~23^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6e6f34e384d3e2cf415f4cb455979fc925e6b194;p=vfc%2Fnfvo%2Flcm.git Solving redisco problem Change-Id: I3eee37737e6d7b8cdfc834e9c3015f1029be41cc Issue-ID: VFC-1446 Signed-off-by: yangyan --- diff --git a/lcm/pub/redisco/containers.py b/lcm/pub/redisco/containers.py index 89572940..4f2d10c3 100644 --- a/lcm/pub/redisco/containers.py +++ b/lcm/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 lcm.pub.redisco import connection self.db_cache = connection return self.db_cache