X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fnepi%2Fresources%2Fns3%2Fclasses%2Ffd_net_device.py;h=c28d351f26b7b04ead4c8ebfb17ee16ff26ffd2b;hb=741b99fe027fe6b54846a0703d26510d9b40a135;hp=62fc6020683ccb1d5776312fa109330cd176ae95;hpb=2efd5eabeba8a6577ace9132d6336d44be0510e8;p=nepi.git diff --git a/src/nepi/resources/ns3/classes/fd_net_device.py b/src/nepi/resources/ns3/classes/fd_net_device.py index 62fc6020..c28d351f 100644 --- a/src/nepi/resources/ns3/classes/fd_net_device.py +++ b/src/nepi/resources/ns3/classes/fd_net_device.py @@ -19,11 +19,11 @@ from nepi.execution.attribute import Attribute, Flags, Types from nepi.execution.trace import Trace, TraceAttr from nepi.execution.resource import ResourceManager, clsinit_copy, \ - ResourceState, reschedule_delay -from nepi.resources.ns3.ns3netdevice import NS3BaseNetDevice + ResourceState +from nepi.resources.ns3.ns3fdnetdevice import NS3BaseFdNetDevice @clsinit_copy -class NS3FdNetDevice(NS3BaseNetDevice): +class NS3FdNetDevice(NS3BaseFdNetDevice): _rtype = "ns3::FdNetDevice" @classmethod