index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Daniel <blackrabbit256@gmail.com> | 2021-12-03 07:17:51 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-02 21:17:51 +0100 |
commit | 908c7b8cc0a804e9522d93fcf0dc71034c53ccdb (patch) | |
tree | 6ca53ef0354481512920997a5e48e51b36d591f6 /archinstall/__init__.py | |
parent | 22ee2d90a1d2fb6af2ab5e80235e31f9da7a0550 (diff) |
-rw-r--r-- | archinstall/__init__.py | 2 |
diff --git a/archinstall/__init__.py b/archinstall/__init__.py index 4b13fc18..b0c938ad 100644 --- a/archinstall/__init__.py +++ b/archinstall/__init__.py @@ -20,6 +20,7 @@ from .lib.services import * from .lib.storage import * from .lib.systemd import * from .lib.user_interaction import * +from .lib.menu import Menu parser = ArgumentParser() @@ -88,7 +89,6 @@ if arguments.get('plugin', None): # TODO: Learn the dark arts of argparse... (I summon thee dark spawn of cPython) - def run_as_a_module(): """ Since we're running this as a 'python -m archinstall' module OR |