* More cleanup (common wrappers moved to scripting, instead of pcbnew/scripting)

* Added a first test 'testLoadSave.py'
This commit is contained in:
Miguel Angel Ajo
2012-03-17 18:30:03 +01:00
parent f422350605
commit 06c570bab3
13 changed files with 263 additions and 58 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef __PYTHON_SCRIPTING_H
#define __PYTHON_SCRIPTING_H
#include <Python.h>
void pcbnewInitPythonScripting(void);
#endif