forked from Mirror/pmbootstrap
pmb.helpers.{package,pmaports,repo}: fix comments (MR 1928)
Make the comments on top of the three files less confusing and more consistent.
This commit is contained in:
parent
4d2af94794
commit
2f018c44ef
3 changed files with 9 additions and 9 deletions
|
@ -1,9 +1,9 @@
|
|||
# Copyright 2020 Oliver Smith
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
"""
|
||||
Functions that work on both (binary package) repos. See also:
|
||||
- pmb/helpers/pmaports.py (work on pmaports)
|
||||
- pmb/helpers/package.py (work on both)
|
||||
Functions that work with binary package repos. See also:
|
||||
- pmb/helpers/pmaports.py (work with pmaports)
|
||||
- pmb/helpers/package.py (work with both)
|
||||
"""
|
||||
import os
|
||||
import hashlib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue