correct revision 16674, readd sort_string method in case external plugins use it
svn: r16677
This commit is contained in:
parent
13e1d5420e
commit
b72ae432e7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user