index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | archinstall/__init__.py | 3 |
diff --git a/archinstall/__init__.py b/archinstall/__init__.py index 69e98ec7..b646c1f7 100644 --- a/archinstall/__init__.py +++ b/archinstall/__init__.py @@ -6,4 +6,5 @@ from .lib.installer import * from .lib.profiles import * from .lib.luks import * from .lib.mirrors import * -from .lib.networking import *
\ No newline at end of file +from .lib.networking import * +from .lib.locale_helpers import *
\ No newline at end of file |