aif-ng/aif/constants.py
brent s 9dada73cf0 whew. finally done block.py.
the msdos table primary/extended/logical thing was a pain but the
logic wasn't too bad.
2019-10-26 02:52:47 -04:00

9 lines
118 B
Python

import os
import re
##
import parted
PARTED_FSTYPES = list(dict(vars(parted.filesystem))['fileSystemType'].keys())