]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Re-enabled Scrap (even though it's mostly empty right now).
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 29 Jan 2001 13:31:10 +0000 (13:31 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 29 Jan 2001 13:31:10 +0000 (13:31 +0000)
Mac/Modules/macconfig.c

index 8624fd22d98f890094cd9baf47ef896710e3d444..fe63722d16337a0c9f3a4cfe5a79fec9f7a1d9d2 100644 (file)
@@ -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