Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions dissect/hypervisor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from dissect.hypervisor.backup import vma, xva
from dissect.hypervisor.descriptor import hyperv, ovf, pvs, vbox, vmx
from dissect.hypervisor.disk import hdd, qcow2, vdi, vhd, vhdx, vmdk
from dissect.hypervisor.util import envelope, vmtar
Expand All @@ -14,9 +13,7 @@
"vdi",
"vhd",
"vhdx",
"vma",
"vmdk",
"vmtar",
"vmx",
"xva",
]
Empty file.
60 changes: 0 additions & 60 deletions dissect/hypervisor/backup/c_vma.py

This file was deleted.

269 changes: 0 additions & 269 deletions dissect/hypervisor/backup/vma.py

This file was deleted.

Loading