summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Wise2012-11-22 19:28:34 +0800
committerjvoisin2012-12-08 00:19:06 +0100
commit105e16a5faa70760a64352540aee9f20c016a102 (patch)
treedae106db4bd006f9fe24ef9eb78ed930e1098b88
parent4910bd8074aaea5bd7c9de8df9b6117875e13404 (diff)
Use UTF-8 encoding for the tarfile module source code file.
-rw-r--r--lib/tarfile/tarfile.py6
1 files changed, 3 insertions, 3 deletions
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 @@
2#------------------------------------------------------------------- 2#-------------------------------------------------------------------
3# tarfile.py 3# tarfile.py
4#------------------------------------------------------------------- 4#-------------------------------------------------------------------
5# Copyright (C) 2002 Lars Gustäbel <lars@gustaebel.de> 5# Copyright (C) 2002 Lars Gustäbel <lars@gustaebel.de>
6# All rights reserved. 6# All rights reserved.
7# 7#
8# Permission is hereby granted, free of charge, to any person 8# Permission is hereby granted, free of charge, to any person
@@ -33,10 +33,10 @@ __version__ = "$Revision$"
33# $Source$ 33# $Source$
34 34
35version = "0.9.0" 35version = "0.9.0"
36__author__ = "Lars Gustäbel (lars@gustaebel.de)" 36__author__ = "Lars Gustäbel (lars@gustaebel.de)"
37__date__ = "$Date$" 37__date__ = "$Date$"
38__cvsid__ = "$Id$" 38__cvsid__ = "$Id$"
39__credits__ = "Gustavo Niemeyer, Niels Gustäbel, Richard Townsend." 39__credits__ = "Gustavo Niemeyer, Niels Gustäbel, Richard Townsend."
40 40
41#--------- 41#---------
42# Imports 42# Imports