Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'archinstall/__init__.py')
-rw-r--r--archinstall/__init__.py2
1 files changed, 1 insertions, 1 deletions
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