vnfmgr upgrade from python2 to python3
[vfc/gvnfm/vnfmgr.git] / mgr / mgr / pub / utils / idutil.py
index 16b5b76..0bc78c0 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 mgr.pub.redisco import containers as cont
 
 
 def get_auto_id(id_type, id_group="auto_id_hash"):