Forgot an import of storage.
This commit is contained in:
parent
f794cad7bb
commit
baf2ef1128
|
|
@ -3,6 +3,7 @@ from collections import OrderedDict
|
||||||
from .exceptions import DiskError
|
from .exceptions import DiskError
|
||||||
from .general import *
|
from .general import *
|
||||||
from .output import log, LOG_LEVELS
|
from .output import log, LOG_LEVELS
|
||||||
|
from .storage import storage
|
||||||
|
|
||||||
ROOT_DIR_PATTERN = re.compile('^.*?/devices')
|
ROOT_DIR_PATTERN = re.compile('^.*?/devices')
|
||||||
GPT = 0b00000001
|
GPT = 0b00000001
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue