Go to file
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
ci Add 'daemon' python module dependency 2017-04-29 01:18:34 +02:00
etc Add qvm-start-gui autostart script 2017-04-29 01:18:34 +02:00
qubesmgmt tools: fix PropertyAction 2017-04-29 01:18:34 +02:00
rpm_spec Add qvm-start-gui autostart script 2017-04-29 01:18:34 +02:00
test-packages make pylint happy 2017-03-02 02:05:35 +01:00
.gitignore travis: integrate test coverage reports via codecov 2017-03-02 02:05:36 +01:00
.travis.yml Exclude tools and events from python2 tests and packaging 2017-04-29 01:18:25 +02:00
LICENSE Initial commit 2017-03-01 23:48:53 +01:00
Makefile Add qvm-start-gui autostart script 2017-04-29 01:18:34 +02:00
Makefile.builder rpm: add packaging 2017-03-01 23:49:22 +01:00
README.md Initial commit 2017-03-01 23:48:53 +01:00
run-tests Exclude tools and events from python2 tests and packaging 2017-04-29 01:18:25 +02:00
setup.py Exclude tools and events from python2 tests and packaging 2017-04-29 01:18:25 +02:00
version Add setup.py and related files 2017-03-01 23:49:18 +01:00

This is client side implementation of Qubes management API. See https://www.qubes-os.org/doc/mgmt1/ for protocol specification.