core: QubesTemplateHVm.is_appvm = False
This commit is contained in:
parent
09393734a3
commit
dc55720738
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user