whew. finally done block.py.

the msdos table primary/extended/logical thing was a pain but the
logic wasn't too bad.
This commit is contained in:
brent s
2019-10-26 02:52:47 -04:00
parent 305a0db34f
commit 9dada73cf0
9 changed files with 185 additions and 59 deletions

View File

@@ -1,4 +1,8 @@
import os
import re
##
import parted
PARTED_FSTYPES = list(dict(vars(parted.filesystem))['fileSystemType'].keys())