kicad/demos
Mika Laitio d13fb85d7f python3 print fix to scripts examples
Print function needs to use brackets to be compatible
both with the python2 and python3.
Without this fix following error was generated
with flags
-DKICAD_SCRIPTING_MODULES=ON
-DKICAD_SCRIPTING_PYTHON3=ON

/usr/share/kicad/demos/python_scripts_examples/gen_gerber_and_drill_files_board.py", line 95
print 'plot %s' % pctl.GetPlotFileName()
^
SyntaxError: invalid syntax

Fixes https://gitlab.com/kicad/code/kicad/-/issues/8303

Signed-off-by: Mika Laitio <lamikr@gmail.com>
2021-04-26 15:20:14 +00:00
..
complex_hierarchy Update demos. 2021-04-26 09:06:25 +02:00
custom_pads_test Update demos. 2021-04-26 09:06:25 +02:00
ecc83 Update demos. 2021-04-26 09:06:25 +02:00
electric Update demos. 2021-04-26 09:06:25 +02:00
flat_hierarchy Update demos. 2021-04-26 09:06:25 +02:00
interf_u Update demos. 2021-04-26 09:06:25 +02:00
kit-dev-coldfire-xilinx_5213 Demos update 2021-03-05 14:06:35 +01:00
microwave Demo: add missing file 2021-03-08 12:39:24 +01:00
pic_programmer Update demos. 2021-04-26 09:06:25 +02:00
python_scripts_examples python3 print fix to scripts examples 2021-04-26 15:20:14 +00:00
simulation Spice simulator: add Ngspce model behavior mode settings. 2021-03-18 15:31:02 -04:00
sonde xilinx Update demos. 2021-04-26 09:06:25 +02:00
stickhub Update demos. 2021-04-26 09:06:25 +02:00
test_pads_inside_pads Update demos. 2021-04-26 09:06:25 +02:00
test_xil_95108 Update demos. 2021-04-26 09:06:25 +02:00
video Update demos. 2021-04-26 09:06:25 +02:00
CMakeLists.txt Add StickHub demo board 2021-01-27 18:37:42 -05:00