tox: pep8 -> pycodestyle

This commit is contained in:
Roman Zeyde
2017-12-02 21:13:44 +02:00
parent 51cc716e3f
commit 40469c4100
3 changed files with 6 additions and 3 deletions

View File

@@ -113,6 +113,7 @@ def _parse_ecdsa_sig(args):
return (util.bytes2num(sig_r),
util.bytes2num(sig_s))
# DSA and EDDSA happen to have the same structure as ECDSA signatures
_parse_dsa_sig = _parse_ecdsa_sig
_parse_eddsa_sig = _parse_ecdsa_sig