kicad_pyeditor.py: remove useless "import pcbnew" that create issues when created from Eeschema
This commit is contained in:
parent
48521774cd
commit
eece74efa7
|
@ -71,8 +71,6 @@ ID_FINDPREVIOUS = KiNewId()
|
|||
ID_SHOWTOOLS = KiNewId()
|
||||
ID_HIDEFOLDINGMARGIN = KiNewId()
|
||||
|
||||
import pcbnew
|
||||
|
||||
INTRO = "KiCad - Python Shell"
|
||||
|
||||
class KiCadPyFrame():
|
||||
|
|
Loading…
Reference in New Issue