From d639c2b6a5e1e829af9d1e9a06b282257cc7cc6d Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 4 Dec 2012 13:07:38 +0100 Subject: Use UTF-8 encoding for the tarfile module source code file. --- lib/tarfile/tarfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/tarfile/tarfile.py b/lib/tarfile/tarfile.py index a40f9fc..afa9e14 100644 --- a/lib/tarfile/tarfile.py +++ b/lib/tarfile/tarfile.py @@ -1,4 +1,4 @@ -# -*- coding: iso-8859-1 -*- +# -*- coding: utf-8 -*- #------------------------------------------------------------------- # tarfile.py #------------------------------------------------------------------- -- cgit v1.3