Kaydet (Commit) 28653871 authored tarafından Jack Jansen's avatar Jack Jansen

Added Nav module

üst 4e083798
......@@ -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},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment