From 6e6f34e384d3e2cf415f4cb455979fc925e6b194 Mon Sep 17 00:00:00 2001 From: yangyan Date: Tue, 16 Jul 2019 12:39:36 +0800 Subject: Solving redisco problem Change-Id: I3eee37737e6d7b8cdfc834e9c3015f1029be41cc Issue-ID: VFC-1446 Signed-off-by: yangyan --- lcm/pub/redisco/containers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg