summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1999-07-05 09:40:13 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1999-07-05 09:40:13 (GMT)
commitc8c1b5dc64137c8f368105469c8df518560f7e52 (patch)
tree3d264977ac7d68247cf04058b0732a3c6f1788de /Mac
parent919e74ce88eaf8c96f49f1c07f022e166dd9be70 (diff)
downloadcpython-c8c1b5dc64137c8f368105469c8df518560f7e52.zip
cpython-c8c1b5dc64137c8f368105469c8df518560f7e52.tar.gz
cpython-c8c1b5dc64137c8f368105469c8df518560f7e52.tar.bz2
Drag module added.
Diffstat (limited to 'Mac')
-rw-r--r--Mac/Modules/macconfig.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/Modules/macconfig.c b/Mac/Modules/macconfig.c
index 7c673ce..aa9918d 100644
--- a/Mac/Modules/macconfig.c
+++ b/Mac/Modules/macconfig.c
@@ -112,6 +112,7 @@ extern void initScrap();
extern void initTE();
extern void initColorPicker();
extern void initPrinting();
+extern void initDrag();
#endif
#ifdef USE_CORE_TOOLBOX
extern void initCtl();
@@ -234,6 +235,7 @@ struct _inittab _PyImport_Inittab[] = {
{"TE", initTE},
{"ColorPicker", initColorPicker},
{"Printing", initPrinting},
+ {"Drag", initDrag},
#endif
#ifdef USE_QT
{"Cm", initCm},