~smoser/euca2ools/fix-import-keypair

« back to all changes in this revision

Viewing changes to euca2ools/commands/euare/deleteuser.py

  • Committer: Mitch Garnaat
  • Date: 2011-10-19 22:54:34 UTC
  • Revision ID: mitch.garnaat@eucalyptus.com-20111019225434-30jwpta2adrtymak
Fixed calls to superclasses cli_formatter which was causing extraneous output.

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
            print 'groups'
100
100
            for group in data['groups']:
101
101
                print '\t%s' % group['Arn']
102
 
        else:
103
 
            AWSQueryRequest.cli_formatter(self, data)
104
102
            
105
103
    def main(self, **args):
106
104
        recursive_local = self.cli_options.recursive or \