984ea09cef
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. |
||
---|---|---|
ci | ||
etc | ||
qubesmgmt | ||
rpm_spec | ||
test-packages | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
Makefile | ||
Makefile.builder | ||
README.md | ||
run-tests | ||
setup.py | ||
version |
This is client side implementation of Qubes management API. See https://www.qubes-os.org/doc/mgmt1/ for protocol specification.