X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fnepi%2Fresources%2Fns3%2Fclasses%2Flte_ue_net_device.py;h=d5bd858fc77990643fca3a6907beb554ceef741f;hb=e55924b6886bd7382a28e1ae235c4810f852e163;hp=ba6ed7015879a134047cf04daece9b44cf130df2;hpb=2e80f0fafa0c2ef6a5f536efd4c868c91468f962;p=nepi.git diff --git a/src/nepi/resources/ns3/classes/lte_ue_net_device.py b/src/nepi/resources/ns3/classes/lte_ue_net_device.py index ba6ed701..d5bd858f 100644 --- a/src/nepi/resources/ns3/classes/lte_ue_net_device.py +++ b/src/nepi/resources/ns3/classes/lte_ue_net_device.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.ns3netdevice import NS3BaseNetDevice @clsinit_copy