correct revision 16674, readd sort_string method in case external plugins use it
svn: r16677
This commit is contained in:
@@ -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):
|
def sorted(self, person):
|
||||||
"""
|
"""
|
||||||
Return a text string representing the L{gen.lib.Person} instance's
|
Return a text string representing the L{gen.lib.Person} instance's
|
||||||
|
Reference in New Issue
Block a user