From 26f545c662ab65bad081c73dfb34c45483963efc 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) --- 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 ce2a1182878..a7b3feea104 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