X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fnepi%2Fresources%2Fns3%2Fclasses%2Fmesh_wifi_interface_mac.py;h=4f73b393059e379f4b1bba5bcceb5bae69f4b9d4;hb=e55924b6886bd7382a28e1ae235c4810f852e163;hp=b7360814555d216b080d699351b4f2e5a4bd0a9d;hpb=f4a5a9a345818610739e9e5841b9da5b1a062f5d;p=nepi.git diff --git a/src/nepi/resources/ns3/classes/mesh_wifi_interface_mac.py b/src/nepi/resources/ns3/classes/mesh_wifi_interface_mac.py index b7360814..4f73b393 100644 --- a/src/nepi/resources/ns3/classes/mesh_wifi_interface_mac.py +++ b/src/nepi/resources/ns3/classes/mesh_wifi_interface_mac.py @@ -3,9 +3,8 @@ # Copyright (C) 2014 INRIA # # This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. +# it under the terms of the GNU General Public License version 2 as +# published by the Free Software Foundation; # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -19,7 +18,7 @@ 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 + ResourceState from nepi.resources.ns3.ns3wifimac import NS3BaseWifiMac @clsinit_copy