commit | 3428620b2b5baeddf3949caf9de468038dbac21a | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun May 11 16:16:27 2014 -0700 |
committer | Benjamin Peterson <benjamin@python.org> | Sun May 11 16:16:27 2014 -0700 |
tree | 540364ae3b68f9c5831df813caaeee980bbf78ba | |
parent | a1ccfb513b71defc841746cb5c76bbba3634e194 [diff] [blame] |
this file now has utf-8 chars
diff --git a/Lib/test/test_hmac.py b/Lib/test/test_hmac.py index 3f6f756..839d019 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