X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FShell.py;h=9069a0982be2a1d5e983d1cac7b24ce40d15d286;hb=d48149e2b753c4ae146dc391883b2389b52b4f73;hp=f2aa2110b94401faccc7e01d52ac0cf41f792217;hpb=2768ae423859246bab1918512e15a34487233e2f;p=plcapi.git diff --git a/PLC/Shell.py b/PLC/Shell.py index f2aa211..9069a09 100644 --- a/PLC/Shell.py +++ b/PLC/Shell.py @@ -5,7 +5,8 @@ # Mark Huang # Copyright (C) 2005 The Trustees of Princeton University # -# $Id: Shell.py,v 1.4 2007/02/02 04:38:28 mlhuang Exp $ +# $Id$ +# $URL$ # import os @@ -165,7 +166,7 @@ class Shell: if role is not None: self.auth['Role'] = role - for method in PLC.Methods.methods: + for method in PLC.API.PLCAPI.all_methods: api_function = self.api.callable(method) if self.server is None: