~kirkland/eucalyptus/label-metadata

« back to all changes in this revision

Viewing changes to clc/tools/src/euca_admin/walruses.py

  • Committer: Neil
  • Date: 2010-06-18 23:43:02 UTC
  • mfrom: (1195.1.47 main)
  • Revision ID: neil@pall-20100618234302-ylt6pznuzk7j09pw
latest merge from main.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
          
17
17
  def __repr__(self):
18
 
      return 'CLUSTER %s %s' % (self.walrus_name, self.host_name) 
 
18
      return 'WALRUS\t%s\t%s' % (self.walrus_name, self.host_name) 
19
19
 
20
20
  def startElement(self, name, attrs, connection):
21
21
      return None