core-admin-client/qubesmgmt
Marek Marczykowski-Górecki ad570ec027
tools: make print_table compatible with python2 and python3 tests
StringIO expect 'str' object, but on python2 it's different from
'unicode' (returned by decode() method). Convert it explicitly back to
str.
2017-03-13 04:37:31 +01:00
..
tests tests: add convenient TestVM and TestVMCollection classes 2017-03-13 04:37:30 +01:00
tools tools: make print_table compatible with python2 and python3 tests 2017-03-13 04:37:31 +01:00
vm Make QubesVM objects comparable and str()-able 2017-03-13 04:37:30 +01:00
__init__.py Add missing docstrings, require them by pylint 2017-03-01 23:49:21 +01:00
app.py Initial labels support 2017-03-13 04:37:30 +01:00
base.py Adjust property value decoding 2017-03-13 04:37:30 +01:00
exc.py Improve handling rejected access to properties 2017-03-13 04:37:29 +01:00
label.py Initial labels support 2017-03-13 04:37:30 +01:00
log.py Add logging module 2017-03-01 23:49:23 +01:00
storage.py mgmt.vm.volume.* API support 2017-03-01 23:49:24 +01:00
utils.py utils: copy tools-related utility functions 2017-03-02 02:05:35 +01:00