From: Barış Metin Date: Mon, 30 Mar 2009 16:27:47 +0000 (+0000) Subject: fix system.listMethods call X-Git-Tag: PLCAPI-4.3-5~6 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=dd73bbbd06bbd35f5f2c9b45421bee889b70bc48;p=plcapi.git fix system.listMethods call --- diff --git a/PLC/Methods/system/listMethods.py b/PLC/Methods/system/listMethods.py index c8cfa37a..fe5a9a3c 100644 --- a/PLC/Methods/system/listMethods.py +++ b/PLC/Methods/system/listMethods.py @@ -17,4 +17,4 @@ class listMethods(Method): self.name = "system.listMethods" def call(self): - return self.api.methods + return self.api.all_methods