From: Tarek Ziadé Date: Fri, 5 Jun 2009 13:37:29 +0000 (+0000) Subject: reverting r72823 : Python trunk has to use latin-1 encoding X-Git-Tag: v2.7a1~1022 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b5d5fb12348c988c8e370c8d485368b9c00b4c5;p=python reverting r72823 : Python trunk has to use latin-1 encoding --- diff --git a/Lib/distutils/command/bdist_msi.py b/Lib/distutils/command/bdist_msi.py index b42e41b373..52e193eb51 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