aif-ng/aif/constants.py

9 lines
118 B
Python

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