Drag module added.

This commit is contained in:
Jack Jansen 1999-07-05 09:40:13 +00:00
parent 919e74ce88
commit c8c1b5dc64
1 changed files with 2 additions and 0 deletions

View File

@ -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},