forgotten python_scripting.cpp fix.

This commit is contained in:
jean-pierre charras 2015-07-09 18:51:08 +02:00
parent 01ae08a9a9
commit 718053376d
1 changed files with 2 additions and 0 deletions

View File

@ -176,6 +176,8 @@ bool pcbnewInitPythonScripting( const char * aUserPluginsPath )
return false;
}
wxPythonLoaded = true;
// Save the current Python thread state and release the
// Global Interpreter Lock.