summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-07-16 12:39:36 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-07-16 12:39:45 +0800
commit6e6f34e384d3e2cf415f4cb455979fc925e6b194 (patch)
treefb0491c5db42f7b3f6e9e74b1c854310af3045cd
parent1757a7e0f63f892200d680bb228db19ec993d1a2 (diff)
Solving redisco problem
Change-Id: I3eee37737e6d7b8cdfc834e9c3015f1029be41cc Issue-ID: VFC-1446 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r--lcm/pub/redisco/containers.py2
1 files changed, 1 insertions, 1 deletions
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