X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=RO%2Fosm_ro%2Fwim%2Fwimconn_odl.py;h=e4af3c6aa0a2ca5164ffaa86805db6edaad669d6;hb=ed3e4d4fc2819e425bb8b165e43fcbac259d3f1b;hp=237104672ba790a5bcf00963ac6a99b3a00b747e;hpb=7d782eff123e5b44d41437377ccca66ad1e8b21b;p=osm%2FRO.git diff --git a/RO/osm_ro/wim/wimconn_odl.py b/RO/osm_ro/wim/wimconn_odl.py index 23710467..e4af3c6a 100644 --- a/RO/osm_ro/wim/wimconn_odl.py +++ b/RO/osm_ro/wim/wimconn_odl.py @@ -31,12 +31,12 @@ # funded by the European Commission under Grant number 761727 through the # Horizon 2020 and 5G-PPP programmes. ## -from .wimconn import WimConnector +from .sdnconn import SdnConnectorBase # TODO: Basically create this file -class OdlConnector(WimConnector): +class OdlConnector(SdnConnectorBase): def get_connectivity_service_status(self, link_uuid): raise NotImplementedError