From 0e5b0edd6c722351ef6ef35d7bd4bb6036ef1019 Mon Sep 17 00:00:00 2001 From: "Dylan M. Taylor" Date: Sat, 15 May 2021 16:23:11 -0400 Subject: reintroduce this line, seems to be needed for install to work despite being detected as unused --- archinstall/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'archinstall') diff --git a/archinstall/__init__.py b/archinstall/__init__.py index f6fe4230..18c83a31 100644 --- a/archinstall/__init__.py +++ b/archinstall/__init__.py @@ -3,6 +3,7 @@ from .lib.disk import * from .lib.exceptions import * from .lib.general import * from .lib.hardware import * +from .lib.installer import __packages__, Installer from .lib.locale_helpers import * from .lib.luks import * from .lib.mirrors import * -- cgit v1.2.3-54-g00ecf