Forgot an import of storage.

This commit is contained in:
Anton Hvornum 2020-11-04 23:37:53 +00:00
parent f794cad7bb
commit baf2ef1128
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ from collections import OrderedDict
from .exceptions import DiskError
from .general import *
from .output import log, LOG_LEVELS
from .storage import storage
ROOT_DIR_PATTERN = re.compile('^.*?/devices')
GPT = 0b00000001