From: Benjamin Peterson Date: Sun, 11 May 2014 23:16:27 +0000 (-0700) Subject: this file now has utf-8 chars X-Git-Tag: v2.7.7rc1~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3428620b2b5baeddf3949caf9de468038dbac21a;p=thirdparty%2FPython%2Fcpython.git this file now has utf-8 chars --- diff --git a/Lib/test/test_hmac.py b/Lib/test/test_hmac.py index 3f6f7567e69c..839d019e4ff8 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