From dc557207381346b6aacac8a6dbb5917ed85c84ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Mon, 25 Nov 2013 07:22:21 +0100 Subject: [PATCH] core: QubesTemplateHVm.is_appvm = False --- core-modules/02QubesTemplateHVm.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core-modules/02QubesTemplateHVm.py b/core-modules/02QubesTemplateHVm.py index c149051f..8dfa0c7e 100644 --- a/core-modules/02QubesTemplateHVm.py +++ b/core-modules/02QubesTemplateHVm.py @@ -64,6 +64,9 @@ class QubesTemplateHVm(QubesHVm): def is_template(self): return True + def is_appvm(self): + return False + @classmethod def is_template_compatible(cls, template): return False