migration to python3 (#1)
[osm/vim-emu.git] / src / emuvim / api / openstack / ip_handler.py
index 9138342..070f992 100755 (executable)
@@ -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()