diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1999-12-16 22:20:52 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1999-12-16 22:20:52 (GMT) |
commit | 286538719e065316c2580d6401d53943f5f55e2e (patch) | |
tree | 2f896f74539a314a16cf5ea3c7ac873bcd354b66 /Mac | |
parent | 4e08379891ba67b93fb9d238e4c064ab92c81787 (diff) | |
download | cpython-286538719e065316c2580d6401d53943f5f55e2e.zip cpython-286538719e065316c2580d6401d53943f5f55e2e.tar.gz cpython-286538719e065316c2580d6401d53943f5f55e2e.tar.bz2 |
Added Nav module
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/Modules/macconfig.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/Modules/macconfig.c b/Mac/Modules/macconfig.c index aa9918d..f73e8d9 100644 --- a/Mac/Modules/macconfig.c +++ b/Mac/Modules/macconfig.c @@ -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}, |