* Migrate old input to new menu * Fix imports * Remove imports * Update * Fixed import by changing 'import archinstall', to 'from ..menu import Menu' and use Menu() directly * Converted archinstall.<thing> to from ..where import <thing>. This enables us to use archinstall as a module, a git repository in testing and other things without having to install archinstall as an actual module. Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> Co-authored-by: Anton Hvornum <anton@hvornum.se> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| blockdevice.py | ||
| btrfs.py | ||
| filesystem.py | ||
| helpers.py | ||
| partition.py | ||
| user_guides.py | ||
| validators.py | ||