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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3428620b2b5baeddf3949caf9de468038dbac21a;p=python this file now has utf-8 chars --- 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