[Python-checkins] r72823 - python/trunk/Lib/distutils/command/bdist_msi.py

tarek.ziade python-checkins at python.org
Fri May 22 11:42:43 CEST 2009


Author: tarek.ziade
Date: Fri May 22 11:42:43 2009
New Revision: 72823

Log:
fixed encoding

Modified:
   python/trunk/Lib/distutils/command/bdist_msi.py

Modified: python/trunk/Lib/distutils/command/bdist_msi.py
==============================================================================
--- python/trunk/Lib/distutils/command/bdist_msi.py	(original)
+++ python/trunk/Lib/distutils/command/bdist_msi.py	Fri May 22 11:42:43 2009
@@ -1,5 +1,5 @@
-# -*- coding: iso-8859-1 -*-
-# Copyright (C) 2005, 2006 Martin v. Löwis
+# -*- coding: utf-8 -*-
+# Copyright (C) 2005, 2006 Martin von Löwis
 # Licensed to PSF under a Contributor Agreement.
 # The bdist_wininst command proper
 # based on bdist_wininst


More information about the Python-checkins mailing list