parse/init: allow importing arguments_install and arguments_flasher

These changes are required for gpmbootstrap to work.

Reviewed-by: Oliver Smith <ollieparanoid@postmarketos.org>
Link: https://lists.sr.ht/~postmarketos/pmbootstrap-devel/%3C169765669479.3595.15602576022263389645-1@git.sr.ht%3E
This commit is contained in:
Andras Sebok 2023-10-11 14:10:20 +02:00 committed by Oliver Smith
parent 4ff0b1f6c2
commit 6560b784d4
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Copyright 2023 Oliver Smith
# SPDX-License-Identifier: GPL-3.0-or-later
from pmb.parse.arguments import arguments
from pmb.parse.arguments import arguments, arguments_install, arguments_flasher
from pmb.parse._apkbuild import apkbuild
from pmb.parse._apkbuild import function_body
from pmb.parse.binfmt_info import binfmt_info