Fix python QA
This commit is contained in:
parent
227f11a71e
commit
57d0cbcefa
|
@ -1,4 +1,5 @@
|
|||
|
||||
%include eda_shape.h
|
||||
%include pcb_shape.h
|
||||
%extend PCB_SHAPE
|
||||
{
|
||||
|
@ -9,6 +10,7 @@
|
|||
%}
|
||||
}
|
||||
%{
|
||||
#include <eda_shape.h>
|
||||
#include <pcb_shape.h>
|
||||
%}
|
||||
|
||||
|
|
Loading…
Reference in New Issue