X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Femuvim%2Fapi%2Fopenstack%2Fip_handler.py;fp=src%2Femuvim%2Fapi%2Fopenstack%2Fip_handler.py;h=070f9921210dbf8c9db15242d814ab9706ced961;hb=aa8823c85d94a4fa72de058076195296334cdb91;hp=913834288cfa01bb04fa5f4a320451765434d652;hpb=85408ed517f100c3e477efd35e54630bf9171af0;p=osm%2Fvim-emu.git diff --git a/src/emuvim/api/openstack/ip_handler.py b/src/emuvim/api/openstack/ip_handler.py index 9138342..070f992 100755 --- a/src/emuvim/api/openstack/ip_handler.py +++ b/src/emuvim/api/openstack/ip_handler.py @@ -23,7 +23,7 @@ # the Horizon 2020 and 5G-PPP programmes. The authors would like to # acknowledge the contributions of their colleagues of the SONATA # partner consortium (www.sonata-nfv.eu). -from resources.net import Net +from emuvim.api.openstack.resources.net import Net import threading lock = threading.Lock()