ReloadPlugins() python function, and mtime stored in the KICAD_PLUGINS dictionary

This commit is contained in:
Miguel Angel Ajo
2013-03-17 03:03:18 +01:00
parent a2bb144556
commit fdf135d877
2 changed files with 24 additions and 9 deletions
+2 -2
View File
@@ -224,8 +224,8 @@ wxWindow* CreatePythonShellWindow( wxWindow* parent )
"\t\tself.SetSizer(sizer)\n\n"
"\n"
"def makeWindow(parent):\n"
" win = PyCrustPanel(parent)\n"
" return win\n"
" shell_window = PyCrustPanel(parent)\n"
" return shell_window\n"
"\n";