core-admin/qubes/vm
Wojtek Porczyk 4e49b951ce Do not use assert statement in security logic
This is because assert statement gets optimised out when Python is run
with -O flag. This was pointed out to me by audience at PyWaw 76.
2018-06-11 12:32:05 +02:00
..
mix Do not use assert statement in security logic 2018-06-11 12:32:05 +02:00
__init__.py Do not use assert statement in security logic 2018-06-11 12:32:05 +02:00
adminvm.py
appvm.py
dispvm.py Fix error message when using invalid VM as a template for DispVM 2018-03-05 23:47:33 +01:00
qubesvm.py vm/qubesvm: fix missing icon handling in clone_disk_files() 2018-04-06 12:10:50 +02:00
standalonevm.py
templatevm.py