From fb30cdbf98db63131514ea196290c89905c3457d Mon Sep 17 00:00:00 2001 From: Ronald Oussoren Date: Fri, 2 May 2008 21:54:32 +0000 Subject: [PATCH] Fix 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 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.40.0