[Python-checkins] r62651 - python/trunk/Lib/plat-mac/macerrors.py

ronald.oussoren python-checkins at python.org
Fri May 2 23:54:56 CEST 2008


Author: ronald.oussoren
Date: Fri May  2 23:54:56 2008
New Revision: 62651

Log:
Fix for issue #2520 (cannot import macerrors)


Modified:
   python/trunk/Lib/plat-mac/macerrors.py

Modified: python/trunk/Lib/plat-mac/macerrors.py
==============================================================================
--- python/trunk/Lib/plat-mac/macerrors.py	(original)
+++ python/trunk/Lib/plat-mac/macerrors.py	Fri May  2 23:54:56 2008
@@ -1,3 +1,4 @@
+# -coding=latin1-
 svTempDisable   =   -32768  #svTempDisable
 svDisabled  =   -32640  #Reserve range -32640 to -32768 for Apple temp disables.
 fontNotOutlineErr   =   -32615  #bitmap font passed to routine that does outlines only


More information about the Python-checkins mailing list