mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Added Nav module
This commit is contained in:
parent
4e08379891
commit
286538719e
1 changed files with 2 additions and 0 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue