Closed gszy closed 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.
pcbnew2boardview
pcbnew2boardview.py
Thanks!
That was quick. Thanks!
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 localpcbnew2boardview.py
file.