diff options
| author | jvoisin | 2012-12-04 13:07:38 +0100 |
|---|---|---|
| committer | jvoisin | 2012-12-04 13:07:38 +0100 |
| commit | d639c2b6a5e1e829af9d1e9a06b282257cc7cc6d (patch) | |
| tree | cc9d86e18c42ec1418710b60644ae20b5673b1d3 | |
| parent | c44542268750743a1a61ce74de4d7c2f9e6d3e33 (diff) | |
Use UTF-8 encoding for the tarfile module source code file.
| -rw-r--r-- | lib/tarfile/tarfile.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 1 | # -*- coding: iso-8859-1 -*- | 1 | # -*- coding: utf-8 -*- |
| 2 | #------------------------------------------------------------------- | 2 | #------------------------------------------------------------------- |
| 3 | # tarfile.py | 3 | # tarfile.py |
| 4 | #------------------------------------------------------------------- | 4 | #------------------------------------------------------------------- |
