diff options
| author | Paul Wise | 2012-11-22 19:28:34 +0800 |
|---|---|---|
| committer | jvoisin | 2012-12-08 00:19:06 +0100 |
| commit | 105e16a5faa70760a64352540aee9f20c016a102 (patch) | |
| tree | dae106db4bd006f9fe24ef9eb78ed930e1098b88 | |
| parent | 4910bd8074aaea5bd7c9de8df9b6117875e13404 (diff) | |
Use UTF-8 encoding for the tarfile module source code file.
| -rw-r--r-- | lib/tarfile/tarfile.py | 6 |
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 | ||
| 35 | version = "0.9.0" | 35 | version = "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 |
