From: Jack Jansen Date: Mon, 5 Jul 1999 09:40:13 +0000 (+0000) Subject: Drag module added. X-Git-Tag: v1.6a1~1103 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c8c1b5dc64137c8f368105469c8df518560f7e52;p=thirdparty%2FPython%2Fcpython.git Drag module added. --- diff --git a/Mac/Modules/macconfig.c b/Mac/Modules/macconfig.c index 7c673ce87e29..aa9918dd6087 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},