core-admin-client/qubesmgmt
Marek Marczykowski-Górecki 984ea09cef
tools: fix PropertyAction
self.default={} is mutable, so instead of modifying value derived from
that default, retrieve value, copy it and store again. Otherwise tests
(where the same parser is used multiple times) fails badly.
The same approach is used in argparse._AppendAction.
2017-04-29 01:18:34 +02:00
..
events events: add qubesd reconnection support 2017-04-29 01:18:29 +02:00
tests tools: qvm-remove 2017-04-29 01:18:33 +02:00
tools tools: fix PropertyAction 2017-04-29 01:18:34 +02:00
vm vm: add run* methods 2017-04-29 01:18:28 +02:00
__init__.py refactor 'QUBESD_SOCKET' into separate module 2017-04-29 01:18:24 +02:00
app.py app: add VM removal support 2017-04-29 01:18:32 +02:00
base.py Make pylint happy 2017-04-29 01:18:31 +02:00
config.py events: add qubesd reconnection support 2017-04-29 01:18:29 +02:00
exc.py features: client-side API 2017-04-29 01:18:27 +02:00
features.py features: client-side API 2017-04-29 01:18:27 +02:00
label.py label: add index and icon 2017-04-29 01:18:25 +02:00
log.py Add logging to Qubes() and QubesVM() objects 2017-04-29 01:18:25 +02:00
storage.py Make pylint happy 2017-04-29 01:18:31 +02:00
utils.py Make pylint happy 2017-04-29 01:18:31 +02:00