checkpackagelib_hash.py 505 B

12345678910
  1. # See support/scripts/check-package.txt before editing this file.
  2. # The validity of the hashes itself is checked when building, so below check
  3. # functions don't need to check for things already checked by running
  4. # "make package-dirclean package-source".
  5. # Notice: ignore 'imported but unused' from pyflakes for check functions.
  6. from checkpackagelib import ConsecutiveEmptyLines
  7. from checkpackagelib import EmptyLastLine
  8. from checkpackagelib import NewlineAtEof
  9. from checkpackagelib import TrailingSpace