Bugfix: partition_uids import

This commit is contained in:
Alan Mason 2017-12-01 12:27:26 -08:00
parent 06affc3bd1
commit 97e93e812b

View file

@ -1,7 +1,7 @@
# Wizard Kit PE: Functions - Disk
from functions.common import *
import partition_uids
from functions import partition_uids
# Regex
REGEX_BAD_PARTITION = re.compile(r'(RAW|Unknown)', re.IGNORECASE)