From 43439ab2b32be78a5cea6171325733d456a247f4 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 22 May 2013 16:43:47 +0200 Subject: [PATCH] shuffle/unexpose commands so that myslice comes last --- sfa/client/sfi.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/sfa/client/sfi.py b/sfa/client/sfi.py index d399316b..0e8b8e16 100644 --- a/sfa/client/sfi.py +++ b/sfa/client/sfi.py @@ -840,6 +840,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): """ @@ -1483,7 +1488,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) @@ -1496,7 +1502,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() -- 2.47.0