forked from Mirror/pmbootstrap
helpers: ui: rename list() to list_ui() (MR 2252)
list is a reserved keyword... Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
parent
1be8653935
commit
0a0cba51e1
4 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ import pmb.helpers.pmaports
|
|||
import pmb.parse
|
||||
|
||||
|
||||
def list(args: PmbArgs, arch):
|
||||
def list_ui(args: PmbArgs, arch):
|
||||
"""Get all UIs, for which aports are available with their description.
|
||||
|
||||
:param arch: device architecture, for which the UIs must be available
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue