mirror of
https://github.com/python/cpython.git
synced 2025-09-23 08:53:45 +00:00
Re-enabled Scrap (even though it's mostly empty right now).
This commit is contained in:
parent
afd0aa680a
commit
f424f24bbb
1 changed files with 0 additions and 2 deletions
|
@ -240,10 +240,8 @@ struct _inittab _PyImport_Inittab[] = {
|
||||||
{"Qdoffs", initQdoffs},
|
{"Qdoffs", initQdoffs},
|
||||||
{"Snd", initSnd},
|
{"Snd", initSnd},
|
||||||
{"Sndihooks", initSndihooks},
|
{"Sndihooks", initSndihooks},
|
||||||
#if !TARGET_API_MAC_CARBON_NOTYET
|
|
||||||
/* Carbon scrap manager is completely different */
|
/* Carbon scrap manager is completely different */
|
||||||
{"Scrap", initScrap},
|
{"Scrap", initScrap},
|
||||||
#endif
|
|
||||||
{"TE", initTE},
|
{"TE", initTE},
|
||||||
{"ColorPicker", initColorPicker},
|
{"ColorPicker", initColorPicker},
|
||||||
#if !TARGET_API_MAC_CARBON
|
#if !TARGET_API_MAC_CARBON
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue