Wrong lib import path

This commit is contained in:
Anton Hvornum 2021-10-30 16:29:52 +02:00
parent c4f688ce4c
commit e6de28287d
No known key found for this signature in database
GPG Key ID: F1234C5BA67C59DF
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import time
from .disk import *
from .hardware import *
from .locale_helpers import verify_keyboard_layout, verify_x11_keyboard_layout
from .helpers import get_mount_info
from .disk.helpers import get_mount_info
from .mirrors import *
from .plugins import plugins
from .storage import storage