correct revision 16674, readd sort_string method in case external plugins use it

svn: r16677
This commit is contained in:
Michiel Nauta 2011-02-19 15:08:30 +00:00
parent 13e1d5420e
commit b72ae432e7

View File

@ -494,6 +494,10 @@ def fn(%s):
#-------------------------------------------------------------------------
# this method will be deleted in the next release.
def sort_string(self, name):
return u"%-25s%-30s%s" % (name.surname, name.first_name, name.suffix)
def sorted(self, person):
"""
Return a text string representing the L{gen.lib.Person} instance's