X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fnepi%2Fresources%2Fns3%2Fclasses%2Ffixed_rss_loss_model.py;h=78ca1a7e274aa30c9003f6ac6537407bf50fec7f;hb=7bdd35bc0d846e6ae89bdc8aaa2e919bbac25096;hp=518b4c51fd897f5b5f973db81d8b23e13d4ceaf7;hpb=1e2eb157cb569e9c28a5b7888ed97076d27414cb;p=nepi.git diff --git a/src/nepi/resources/ns3/classes/fixed_rss_loss_model.py b/src/nepi/resources/ns3/classes/fixed_rss_loss_model.py index 518b4c51..78ca1a7e 100644 --- a/src/nepi/resources/ns3/classes/fixed_rss_loss_model.py +++ b/src/nepi/resources/ns3/classes/fixed_rss_loss_model.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.ns3propagationlossmodel import NS3BasePropagationLossModel @clsinit_copy