mirror of https://github.com/python/cpython
Re-enabled Scrap (even though it's mostly empty right now).
This commit is contained in:
parent
afd0aa680a
commit
f424f24bbb
|
@ -240,10 +240,8 @@ struct _inittab _PyImport_Inittab[] = {
|
|||
{"Qdoffs", initQdoffs},
|
||||
{"Snd", initSnd},
|
||||
{"Sndihooks", initSndihooks},
|
||||
#if !TARGET_API_MAC_CARBON_NOTYET
|
||||
/* Carbon scrap manager is completely different */
|
||||
{"Scrap", initScrap},
|
||||
#endif
|
||||
{"TE", initTE},
|
||||
{"ColorPicker", initColorPicker},
|
||||
#if !TARGET_API_MAC_CARBON
|
||||
|
|
Loading…
Reference in New Issue