summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/macconfig.c
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-01-29 13:31:10 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-01-29 13:31:10 (GMT)
commitf424f24bbb4231065f646d12d9d90c91f961d51a (patch)
tree6215b17e67436d7114a507d7b9a3b8822236ebff /Mac/Modules/macconfig.c
parentafd0aa680a5233fd70cf7bf71de6e1db3b087562 (diff)
downloadcpython-f424f24bbb4231065f646d12d9d90c91f961d51a.zip
cpython-f424f24bbb4231065f646d12d9d90c91f961d51a.tar.gz
cpython-f424f24bbb4231065f646d12d9d90c91f961d51a.tar.bz2
Re-enabled Scrap (even though it's mostly empty right now).
Diffstat (limited to 'Mac/Modules/macconfig.c')
-rw-r--r--Mac/Modules/macconfig.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Mac/Modules/macconfig.c b/Mac/Modules/macconfig.c
index 8624fd2..fe63722 100644
--- a/Mac/Modules/macconfig.c
+++ b/Mac/Modules/macconfig.c
@@ -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