Merge from master
[osm/SO.git] / common / python / rift / mano / config_data / test / test_converter.py
index 6169d73..0354c2b 100644 (file)
 
 import pytest
 import uuid
-from gi.repository import NsdYang, VnfdYang
+from gi.repository import (
+    ProjectNsdYang as NsdYang,
+    ProjectVnfdYang as VnfdYang,
+    )
 from ..config import ConfigPrimitiveConvertor
 import yaml