archinstall/archinstall/lib/disk
Daniel 37d6da7e4e
Migrate old input to new menu (#874)
* 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>
2022-02-02 14:26:09 +01:00
..
__init__.py Cleaned up all flake8 issues/warnings. Did some code cleaning as well, mostly how we called things in guided.py but also some SysCommand calls 2021-11-05 16:27:01 +01:00
blockdevice.py Torxed fix sys command calls (#932) 2022-02-02 08:18:12 +01:00
btrfs.py Btrfs II (#838) 2022-01-07 10:29:30 +00:00
filesystem.py Issue923 (#927) 2022-02-01 16:44:39 +01:00
helpers.py Fixing the 'device_instance' being None in some partition places (#902) 2022-01-25 16:09:34 +01:00
partition.py Fixing the 'device_instance' being None in some partition places (#902) 2022-01-25 16:09:34 +01:00
user_guides.py Migrate old input to new menu (#874) 2022-02-02 14:26:09 +01:00
validators.py Added type annotations to all functions (#845) 2022-01-06 22:01:15 +01:00