X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fnepi%2Fresources%2Flinux%2Fnping.py;h=e1d7eace30d770e5a519303d658a174199d3820c;hb=e55924b6886bd7382a28e1ae235c4810f852e163;hp=544b4d9d5d2e05593686baf3df057c6ddbd35928;hpb=ab601cf5f7775071e59c6bdbb3369889244f70a5;p=nepi.git diff --git a/src/nepi/resources/linux/nping.py b/src/nepi/resources/linux/nping.py index 544b4d9d..e1d7eace 100644 --- a/src/nepi/resources/linux/nping.py +++ b/src/nepi/resources/linux/nping.py @@ -3,9 +3,8 @@ # Copyright (C) 2013 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 @@ -26,7 +25,7 @@ import os @clsinit_copy class LinuxNPing(LinuxApplication): - _rtype = "LinuxNPing" + _rtype = "linux::NPing" @classmethod def _register_attributes(cls):