forked from Mirror/pmbootstrap
While at it, also remove unnecessary "#!/usr/bin/env python3" in files that only get imported, and adjust other empty/comment lines in the beginnings of the files for consistency. This makes files easier to read, and makes the pmbootstrap codebase more consistent with the build.postmarketos.org codebase.
7 lines
300 B
Python
7 lines
300 B
Python
# Copyright 2020 Oliver Smith
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
from pmb.install._install import install
|
|
from pmb.install._install import get_kernel_package
|
|
from pmb.install.partition import partition
|
|
from pmb.install.format import format
|
|
from pmb.install.partition import partitions_mount
|