Fix python3 issues in pyelliptic:
- use dotted imports, remove unneeded shebangs - openssl._OpenSSL._version is of type bytes - use b'\x00' literal instead of chr(0) in eccblind and test_openssl - use // and divmod in arithmetic to fit PEP238: https://docs.python.org/3/whatsnew/2.2.html#pep-238-changing-the-division-operatorg1itch/refactoring-sql
parent
d05255625b
commit
da8bd36614
Loading…
Reference in New Issue