Marek Marczykowski-Górecki
|
a078e1f617
|
Make Label() object hashable
Since it got custom __eq__ function, __hash__ needs to be implemented
too. Otherwise it can't be used as a key in dict.
|
2020-07-29 03:50:11 +02:00 |
|
Marta Marczykowska-Górecka
|
1a4cdba7f7
|
Added better __eq__ method to Label class
Labels with the same name should not be distinguishable.
fixes QubesOS/qubes-issues#5944
|
2020-07-09 19:28:25 +02:00 |
|
Marek Marczykowski-Górecki
|
cfc9ff2ce5
|
Rename Mgmt API to Admin API: methods names
QubesOS/qubes-issues#853
|
2017-05-12 19:36:03 +02:00 |
|
Marek Marczykowski-Górecki
|
4ceff0f8c0
|
Rename qubesmgmt to qubesadmin module
QubesOS/qubes-issues#853
|
2017-05-11 23:40:03 +02:00 |
|