summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-05-22 09:42:43 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-05-22 09:42:43 (GMT)
commitaafd6b850e8feb57c51518d447120443e8e6e84f (patch)
treecc55e77a805c9bcab4dc5d67329d7d128eba79b1 /Lib
parentfa0123b4faf0000620bee6464a58001d066bd2d7 (diff)
downloadcpython-aafd6b850e8feb57c51518d447120443e8e6e84f.zip
cpython-aafd6b850e8feb57c51518d447120443e8e6e84f.tar.gz
cpython-aafd6b850e8feb57c51518d447120443e8e6e84f.tar.bz2
fixed encoding
Diffstat (limited to 'Lib')
-rw-r--r--Lib/distutils/command/bdist_msi.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/distutils/command/bdist_msi.py b/Lib/distutils/command/bdist_msi.py
index 18bddeb..4272b81 100644
--- a/Lib/distutils/command/bdist_msi.py
+++ b/Lib/distutils/command/bdist_msi.py
@@ -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