diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2008-05-02 21:54:56 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2008-05-02 21:54:56 (GMT) |
commit | 26f545c662ab65bad081c73dfb34c45483963efc (patch) | |
tree | 4e41a833ee5d5a55c2c8a0db004401d5adc347a3 /Lib/plat-mac | |
parent | f2ef92cee70de65f6f963fc4ffd3ac5729a19d90 (diff) | |
download | cpython-26f545c662ab65bad081c73dfb34c45483963efc.zip cpython-26f545c662ab65bad081c73dfb34c45483963efc.tar.gz cpython-26f545c662ab65bad081c73dfb34c45483963efc.tar.bz2 |
Fix for issue #2520 (cannot import macerrors)
Diffstat (limited to 'Lib/plat-mac')
-rw-r--r-- | Lib/plat-mac/macerrors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/plat-mac/macerrors.py b/Lib/plat-mac/macerrors.py index ce2a118..a7b3fee 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 |