From: Thierry Parmentelat Date: Wed, 22 May 2013 14:43:47 +0000 (+0200) Subject: shuffle/unexpose commands so that myslice comes last X-Git-Tag: sfa-2.1-26~10^2~15 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=720ecc9f32d94e6a3e2020ce0e3812bc166df354;p=sfa.git shuffle/unexpose commands so that myslice comes last --- diff --git a/sfa/client/sfi.py b/sfa/client/sfi.py index 804a1cdf..066bd9da 100644 --- a/sfa/client/sfi.py +++ b/sfa/client/sfi.py @@ -795,6 +795,11 @@ use this if you mean an authority instead""") # Registry-related commands #========================================================================== + @register_command("","") + def config (self, options, args): + "Display contents of current config" + self.show_config() + @register_command("","") def version(self, options, args): """ @@ -1486,7 +1491,8 @@ $ sfi myslice # ManifoldUploader pass - @register_command("cred","") +# Thierry: I'm turning this off, no idea what it's used for +# @register_command("cred","") def trusted(self, options, args): """ return the trusted certs at this interface (get_trusted_certs) @@ -1499,7 +1505,3 @@ $ sfi myslice self.logger.debug('Sfi.trusted -> %r'%cert.get_subject()) return - @register_command("","") - def config (self, options, args): - "Display contents of current config" - self.show_config()