Fix import systemd.Boot

This commit is contained in:
Anton Hvornum 2021-11-05 17:17:18 +01:00
parent 4f4842f6bf
commit 37c40b8894
No known key found for this signature in database
GPG Key ID: F1234C5BA67C59DF
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ from .disk.helpers import get_mount_info
from .mirrors import use_mirrors
from .plugins import plugins
from .storage import storage
from .systemd import Boot
# from .user_interaction import *
from .output import log
from .profiles import Profile