Added Nav module
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 16 Dec 1999 22:20:52 +0000 (22:20 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 16 Dec 1999 22:20:52 +0000 (22:20 +0000)
Mac/Modules/macconfig.c

index aa9918dd60873a82ab4bc2cccb3afba5aabb0aa8..f73e8d99de5a00d2186a532d8176a76ab1f186fd 100644 (file)
@@ -113,6 +113,7 @@ extern void initTE();
 extern void initColorPicker();
 extern void initPrinting();
 extern void initDrag();
+extern void initNav();
 #endif
 #ifdef USE_CORE_TOOLBOX
 extern void initCtl();
@@ -236,6 +237,7 @@ struct _inittab _PyImport_Inittab[] = {
        {"ColorPicker", initColorPicker},
        {"Printing", initPrinting},
        {"Drag", initDrag},
+       {"Nav", initNav},
 #endif
 #ifdef USE_QT
        {"Cm", initCm},