summaryrefslogtreecommitdiffstats
path: root/tests/python/server
Commit message (Collapse)AuthorAgeFilesLines
* Implement total ordering for PKISubsystem and PKIInstanceChristian Heimes2016-02-261-0/+61
In Python 3 subclasses no longer implement automatic ordering. To provide ordering for sort() and custom comparison, __eq__ and __lt__ are required. https://fedorahosted.org/pki/ticket/2216