Exemplo n.º 1
0
 def status(self):
     vm = Vmrun('')
     puts("".join(vm.list()))
Exemplo n.º 2
0
 def status(self):
     vm = Vmrun('')
     puts("".join(vm.list()))
Exemplo n.º 3
0
def mech_status():
    vm = Vmrun("")
    puts("".join(vm.list()))