Solving redisco problem 86/91486/1
authoryangyan <yangyanyj@chinamobile.com>
Tue, 16 Jul 2019 04:39:36 +0000 (12:39 +0800)
committeryangyan <yangyanyj@chinamobile.com>
Tue, 16 Jul 2019 04:39:45 +0000 (12:39 +0800)
Change-Id: I3eee37737e6d7b8cdfc834e9c3015f1029be41cc
Issue-ID: VFC-1446
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
lcm/pub/redisco/containers.py

index 8957294..4f2d10c 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 lcm.pub.redisco import connection
             self.db_cache = connection
             return self.db_cache