mirror of
https://github.com/python/cpython.git
synced 2025-07-29 22:24:49 +00:00
Fix for issue #2520 (cannot import macerrors)
This commit is contained in:
parent
f2ef92cee7
commit
26f545c662
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
# -coding=latin1-
|
||||||
svTempDisable = -32768 #svTempDisable
|
svTempDisable = -32768 #svTempDisable
|
||||||
svDisabled = -32640 #Reserve range -32640 to -32768 for Apple temp disables.
|
svDisabled = -32640 #Reserve range -32640 to -32768 for Apple temp disables.
|
||||||
fontNotOutlineErr = -32615 #bitmap font passed to routine that does outlines only
|
fontNotOutlineErr = -32615 #bitmap font passed to routine that does outlines only
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue