X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FShell.py;h=df87e1cc7048e6c6b5ff0a33da7cd095cefba760;hb=19d4a01ccf66af9e00914351b3eacd5fc880f988;hp=3ed0a75a62f7834270337702bfdcad555de2eb82;hpb=8be4547f4c0fee6209d65fcdd759b6ff07e83013;p=plcapi.git diff --git a/PLC/Shell.py b/PLC/Shell.py index 3ed0a75..df87e1c 100644 --- a/PLC/Shell.py +++ b/PLC/Shell.py @@ -5,8 +5,6 @@ # Mark Huang # Copyright (C) 2005 The Trustees of Princeton University # -# $Id$ -# import os import pydoc @@ -165,7 +163,7 @@ class Shell: if role is not None: self.auth['Role'] = role - for method in PLC.Methods.methods + PLC.API.PLCAPI.legacy_map.keys(): + for method in PLC.API.PLCAPI.all_methods: api_function = self.api.callable(method) if self.server is None: