comparison roundup/admin.py @ 4089:eddb82d0964c

Add compatibility package to allow us to deal with Python versions 2.3..2.6. Outstanding issues noted in roundup/anypy/TODO.txt
author Richard Jones <richard@users.sourceforge.net>
date Thu, 12 Mar 2009 02:52:56 +0000
parents 145b32238093
children 4498f5252f8b 88af08f8666f
comparison
equal deleted inserted replaced
4088:34434785f308 4089:eddb82d0964c
727 print _('%(key)s: %(value)s (key property)')%locals() 727 print _('%(key)s: %(value)s (key property)')%locals()
728 else: 728 else:
729 print _('%(key)s: %(value)s')%locals() 729 print _('%(key)s: %(value)s')%locals()
730 730
731 def do_display(self, args): 731 def do_display(self, args):
732 """Usage: display designator[,designator]* 732 ''"""Usage: display designator[,designator]*
733 Show the property values for the given node(s). 733 Show the property values for the given node(s).
734 734
735 This lists the properties and their associated values for the given 735 This lists the properties and their associated values for the given
736 node. 736 node.
737 """ 737 """

Roundup Issue Tracker: http://roundup-tracker.org/