From 655c0b40e03065fb5cd7ac67f67d039d88d2cec8 Mon Sep 17 00:00:00 2001 From: "ronald.oussoren" Date: Fri, 2 May 2008 21:54:56 +0000 Subject: [PATCH] Fix for issue #2520 (cannot import macerrors) git-svn-id: http://svn.python.org/projects/python/trunk@62651 6015fed2-1504-0410-9fe1-9d1591cc4771 --- Lib/plat-mac/macerrors.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/plat-mac/macerrors.py b/Lib/plat-mac/macerrors.py index ce2a118287..a7b3feea10 100644 --- a/Lib/plat-mac/macerrors.py +++ b/Lib/plat-mac/macerrors.py @@ -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 -- 2.11.4.GIT