Skip to content

Commit

Permalink
Remove WIM code in favor of dissect.archive (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamper committed Feb 27, 2024
1 parent 0f04ac2 commit 5e182c1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 75 deletions.
3 changes: 1 addition & 2 deletions dissect/hypervisor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from dissect.hypervisor.backup import vma, wim, xva
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 @@ -18,6 +18,5 @@
"vmdk",
"vmtar",
"vmx",
"wim",
"xva",
]
62 changes: 0 additions & 62 deletions dissect/hypervisor/backup/c_wim.py

This file was deleted.

11 changes: 0 additions & 11 deletions dissect/hypervisor/backup/wim.py

This file was deleted.

0 comments on commit 5e182c1

Please sign in to comment.