Skip to content

Commit

Permalink
Move VMA and XVA to dissect.archive (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamper authored Nov 7, 2024
1 parent 8ad6252 commit c3c2bb1
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 712 deletions.
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

0 comments on commit c3c2bb1

Please sign in to comment.