commit | 788f5dba54f779310cf0e9ad558b923e729d5d29 | [log] [tgz] |
---|---|---|
author | Robert Kuska <rkuska@redhat.com> | Thu Jul 16 13:48:14 2015 +0200 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Thu Jul 16 13:06:02 2015 -0400 |
tree | 9c2e30a902f6447fe8f5e59ca46cadf76f0f9376 | |
parent | 467c2a45b95bc8654bc1ca559fb0d1b2009c78f8 [diff] |
sepolgen: Use sort function with key parameter. Since Python 2.4 .sort() as well as the new sorted() function take a key parameter which should be a function that returns a sorting key. Signed-off-by: Robert Kuska <rkuska@redhat.com>