X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fnepi%2Fresources%2Fns3%2Fclasses%2Fbinary_error_model.py;h=a81f4899c507d78a42971803c342f37dc094e0d5;hb=e55924b6886bd7382a28e1ae235c4810f852e163;hp=9b6b2b80097c573bd5fee6a398e9cd4576fece0b;hpb=a7e76f2c5b9646f44e5cbf6c558ed08b5b73ce28;p=nepi.git diff --git a/src/nepi/resources/ns3/classes/binary_error_model.py b/src/nepi/resources/ns3/classes/binary_error_model.py index 9b6b2b80..a81f4899 100644 --- a/src/nepi/resources/ns3/classes/binary_error_model.py +++ b/src/nepi/resources/ns3/classes/binary_error_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.ns3errormodel import NS3BaseErrorModel @clsinit_copy