templatehvm.py 206 B

123456789
  1. #!/usr/bin/python2 -O
  2. # vim: fileencoding=utf-8
  3. import qubes.vm.hvm
  4. class TemplateHVM(qubes.vm.hvm.HVM):
  5. '''Template for HVM'''
  6. def __init__(self, D):
  7. super(TemplateHVM, self).__init__(D)