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 b646c1f7..cd3d29a5 100644 --- a/archinstall/__init__.py +++ b/archinstall/__init__.py @@ -7,4 +7,5 @@ from .lib.profiles import * from .lib.luks import * from .lib.mirrors import * from .lib.networking import * -from .lib.locale_helpers import *
\ No newline at end of file +from .lib.locale_helpers import * +from .lib.services import *
\ No newline at end of file |