Solving redisco problem
[vfc/nfvo/lcm.git] / 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