diff options
| author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-06-05 13:37:29 (GMT) |
|---|---|---|
| committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-06-05 13:37:29 (GMT) |
| commit | 3b5d5fb12348c988c8e370c8d485368b9c00b4c5 (patch) | |
| tree | 10c2fc2b001a26d522a5cb9d833be6a0aa903128 | |
| parent | 7c58b09b6472552c35575537538a732627e5f8cd (diff) | |
| download | cpython-3b5d5fb12348c988c8e370c8d485368b9c00b4c5.zip cpython-3b5d5fb12348c988c8e370c8d485368b9c00b4c5.tar.gz cpython-3b5d5fb12348c988c8e370c8d485368b9c00b4c5.tar.bz2 | |
reverting r72823 : Python trunk has to use latin-1 encoding
| -rw-r--r-- | Lib/distutils/command/bdist_msi.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/distutils/command/bdist_msi.py b/Lib/distutils/command/bdist_msi.py index b42e41b..52e193e 100644 --- a/Lib/distutils/command/bdist_msi.py +++ b/Lib/distutils/command/bdist_msi.py @@ -1,5 +1,5 @@ -# -*- coding: utf-8 -*- -# Copyright (C) 2005, 2006 Martin von Löwis +# -*- coding: iso-8859-1 -*- +# Copyright (C) 2005, 2006 Martin von Löwis # Licensed to PSF under a Contributor Agreement. # The bdist_wininst command proper # based on bdist_wininst |
