- Set created modules as virtual

- PEP8 syntax fixes
- Add __init__.py to use this extention in a directory
This commit is contained in:
Jean-Samuel Reynaud
2017-06-22 18:33:03 +02:00
parent 44c2f10520
commit 31626d6dcd
2 changed files with 10 additions and 4 deletions

4
ViaStitching/__init__.py Normal file
View File

@ -0,0 +1,4 @@
# Two way of installation of this plugin:
# - Copy or link this directory to KiCad plugin directory (~/.kicad_plugin/ViaStitching/)
# - Copy files to ~/.kicad_plugin except __init__.py...
from FillAreaAction import *