Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make PKIInstance and PKISubsystem hashable | Christian Heimes | 2016-03-04 | 1 | -4/+11 |
| | | | | The upgrade uses instance and subsystem as keys for dicts. | ||||
* | Implement total ordering for PKISubsystem and PKIInstance | Christian Heimes | 2016-02-26 | 1 | -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 |