diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-01-29 13:31:10 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-01-29 13:31:10 (GMT) |
commit | f424f24bbb4231065f646d12d9d90c91f961d51a (patch) | |
tree | 6215b17e67436d7114a507d7b9a3b8822236ebff /Mac/Modules | |
parent | afd0aa680a5233fd70cf7bf71de6e1db3b087562 (diff) | |
download | cpython-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')
-rw-r--r-- | Mac/Modules/macconfig.c | 2 |
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 |