From 63baa4545ce0f8e406f9539a7a0d09e2e42b3701 Mon Sep 17 00:00:00 2001 From: Oleg Pudeyev Date: Tue, 31 Dec 2013 20:20:21 -0500 Subject: Header test uses utf-8 encoded strings, change all encoding declarations in source to utf-8 --- tests/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/util.py') diff --git a/tests/util.py b/tests/util.py index 6e3f551..c56dc08 100644 --- a/tests/util.py +++ b/tests/util.py @@ -1,4 +1,4 @@ -# -*- coding: iso-8859-1 -*- +# -*- coding: utf-8 -*- # vi:ts=4:et import os, sys, socket -- cgit v1.2.1