]> granicus.if.org Git - python/commitdiff
reverting r72823 : Python trunk has to use latin-1 encoding
authorTarek Ziadé <ziade.tarek@gmail.com>
Fri, 5 Jun 2009 13:37:29 +0000 (13:37 +0000)
committerTarek Ziadé <ziade.tarek@gmail.com>
Fri, 5 Jun 2009 13:37:29 +0000 (13:37 +0000)
Lib/distutils/command/bdist_msi.py

index b42e41b373ce3585603dcd3fb21ff12a03eb985b..52e193eb5104fc208f356b3f15e9ce5f411db86a 100644 (file)
@@ -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