From fc5e20744aca92171e0052aa49fb7ded1105a519 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 23 Apr 2015 09:33:20 +0200 Subject: Fixed encoding issue --- test-vectors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3