Forgot an import of storage.
This commit is contained in:
parent
216917b9c3
commit
08c586632a
|
|
@ -5,6 +5,7 @@ from .general import multisplit, sys_command, log
|
|||
from .exceptions import *
|
||||
from .networking import *
|
||||
from .output import log, LOG_LEVELS
|
||||
from .storage import storage
|
||||
|
||||
UPSTREAM_URL = 'https://raw.githubusercontent.com/Torxed/archinstall/master/profiles'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue