mirror of https://github.com/python/cpython
Fix for issue #2520 (cannot import macerrors)
This commit is contained in:
parent
f2ef92cee7
commit
26f545c662
|
@ -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…
Reference in New Issue