From 3428620b2b5baeddf3949caf9de468038dbac21a Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 11 May 2014 16:16:27 -0700 Subject: [PATCH] this file now has utf-8 chars --- Lib/test/test_hmac.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lib/test/test_hmac.py b/Lib/test/test_hmac.py index 3f6f7567e6..839d019e4f 100644 --- a/Lib/test/test_hmac.py +++ b/Lib/test/test_hmac.py @@ -1,3 +1,5 @@ +# coding: utf-8 + import hmac import hashlib import unittest -- 2.50.1