X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fnepi%2Fresources%2Fns3%2Fclasses%2Fwaypoint_mobility_model.py;h=dd251eef432d0f7a94e26ae7a1aeab40a177a7be;hb=e55924b6886bd7382a28e1ae235c4810f852e163;hp=116ab45a6c216a5d975b441deb77e351776bb296;hpb=1e2eb157cb569e9c28a5b7888ed97076d27414cb;p=nepi.git diff --git a/src/nepi/resources/ns3/classes/waypoint_mobility_model.py b/src/nepi/resources/ns3/classes/waypoint_mobility_model.py index 116ab45a..dd251eef 100644 --- a/src/nepi/resources/ns3/classes/waypoint_mobility_model.py +++ b/src/nepi/resources/ns3/classes/waypoint_mobility_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.ns3mobilitymodel import NS3BaseMobilityModel @clsinit_copy