blob: 8c0337fc9c882bf34a0fbd11b957986d04b59ebf (
plain)
1
2
3
4
5
6
7
|
# 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 NewlineAtEof
|