whitequark / kicad-boardview

KiCAD to Boardview exporter reads KiCAD PCB layout files and writes ASCII Boardview files
BSD Zero Clause License
152 stars 23 forks source link

Fix relative import in __init__.py #3

Closed gszy closed 4 years ago

gszy commented 4 years ago

This commit makes it possible to actually use the plugin as a Python module. Previously, Python would try to find pcbnew2boardview in the globally installed modules instead of using the local pcbnew2boardview.py file.

whitequark commented 4 years ago

Thanks!

gszy commented 4 years ago

That was quick. Thanks!