diff options
author | Camil Staps | 2015-04-23 09:33:20 +0200 |
---|---|---|
committer | Camil Staps | 2015-04-23 09:33:20 +0200 |
commit | fc5e20744aca92171e0052aa49fb7ded1105a519 (patch) | |
tree | f6407cb11cc8ad9094bd797a83464e8c2787b2a4 /test-vectors.py | |
parent | Fixed encoding issue (diff) |
Fixed encoding issue
Diffstat (limited to 'test-vectors.py')
-rw-r--r-- | test-vectors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-vectors.py b/test-vectors.py index 30dbc6a..7deb8d4 100644 --- a/test-vectors.py +++ b/test-vectors.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# -*- coding: utf8 -*- +# coding=utf8 # ============================================================================= # Python PRIDE implementation test vectors |