hashpy
hashpy copied to clipboard
Two minor bug fixes to get hashpy to run in 2021
This fork contains two minor bug fixes that are necessary to get hashpy up and running smoothly in 2021:
- in hashpy/hashpype.py, change 'class HashError(StandardError):' to 'class HashError(Exception):'
- in hashpy/init.py, add a dot before 'hashpype' and 'doublecouple'