X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fnepi%2Fresources%2Flinux%2Fchannel.py;h=2cd3573e2a72c2fe8c8588179a3cb16fdbe54611;hb=d50ba1a08e541ded7a8b322493ebb1d0cc59c6ff;hp=429051ead4b45b20e47da80c12f8e249bc68f764;hpb=450b5dd0a993f63eb2ec34bbc656c558572eb44c;p=nepi.git diff --git a/src/nepi/resources/linux/channel.py b/src/nepi/resources/linux/channel.py index 429051ea..2cd3573e 100644 --- a/src/nepi/resources/linux/channel.py +++ b/src/nepi/resources/linux/channel.py @@ -23,7 +23,7 @@ from nepi.execution.resource import ResourceManager, clsinit_copy, \ @clsinit_copy class LinuxChannel(ResourceManager): - _rtype = "LinuxChannel" + _rtype = "linux::Channel" _help = "Represents a wireless channel on a network of Linux hosts" _backend = "linux"