From 105e16a5faa70760a64352540aee9f20c016a102 Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Thu, 22 Nov 2012 19:28:34 +0800 Subject: Use UTF-8 encoding for the tarfile module source code file. --- lib/tarfile/tarfile.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/tarfile/tarfile.py b/lib/tarfile/tarfile.py index afa9e14..6978eb1 100644 --- a/lib/tarfile/tarfile.py +++ b/lib/tarfile/tarfile.py @@ -2,7 +2,7 @@ #------------------------------------------------------------------- # tarfile.py #------------------------------------------------------------------- -# Copyright (C) 2002 Lars Gustäbel +# Copyright (C) 2002 Lars Gustäbel # All rights reserved. # # Permission is hereby granted, free of charge, to any person @@ -33,10 +33,10 @@ __version__ = "$Revision$" # $Source$ version = "0.9.0" -__author__ = "Lars Gustäbel (lars@gustaebel.de)" +__author__ = "Lars Gustäbel (lars@gustaebel.de)" __date__ = "$Date$" __cvsid__ = "$Id$" -__credits__ = "Gustavo Niemeyer, Niels Gustäbel, Richard Townsend." +__credits__ = "Gustavo Niemeyer, Niels Gustäbel, Richard Townsend." #--------- # Imports -- cgit v1.3