kicad_pyeditor.py: remove useless "import pcbnew" that create issues when created from Eeschema

This commit is contained in:
jean-pierre charras 2021-08-15 12:03:13 +02:00
parent 48521774cd
commit eece74efa7
1 changed files with 11 additions and 13 deletions

View File

@ -71,8 +71,6 @@ ID_FINDPREVIOUS = KiNewId()
ID_SHOWTOOLS = KiNewId()
ID_HIDEFOLDINGMARGIN = KiNewId()
import pcbnew
INTRO = "KiCad - Python Shell"
class KiCadPyFrame():