vfclcm upgrade from python2 to python3
[vfc/gvnfm/vnflcm.git] / lcm / lcm / pub / utils / idutil.py
index 16b5b76..a6977a7 100644 (file)
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-from redisco import containers as cont
+from lcm.pub.redisco import containers as cont
 
 
 def get_auto_id(id_type, id_group="auto_id_hash"):