aif-ng/aif/utils
brent s d7d85c7d9d future proofing is good, but...
since print() was made a function in py3, i can predict at some point
that return will be made a func as well. sure, good.
but "return()" *currently* returns an empty tuple. We want to
explicitly return None for testing purposes.
2019-12-11 04:33:15 -05:00
..
__init__.py future proofing is good, but... 2019-12-11 04:33:15 -05:00
file_handler.py future proofing is good, but... 2019-12-11 04:33:15 -05:00
gpg_handler.py future proofing is good, but... 2019-12-11 04:33:15 -05:00
hash_handler.py XML validation is a LOT cleaner now 2019-12-11 04:32:07 -05:00