summaryrefslogtreecommitdiffstats
path: root/support/scripts/checkpackagelib_hash.py
blob: 1f268838f83277721b264500d051dea2e44f16dc (plain)
1
2
3
4
5
6
7
8
9
10
# See support/scripts/check-package.txt before editing this file.
# The validity of the hashes itself is checked when building, so below check
# functions don't need to check for things already checked by running
# "make package-dirclean package-source".

# Notice: ignore 'imported but unused' from pyflakes for check functions.
from checkpackagelib import ConsecutiveEmptyLines
from checkpackagelib import EmptyLastLine
from checkpackagelib import NewlineAtEof
from checkpackagelib import TrailingSpace
OpenPOWER on IntegriCloud