Fix PAD_SHAPE_T value in a old python script

This commit is contained in:
jean-pierre charras 2016-11-25 14:52:34 +01:00
parent fe3c72b6de
commit 8806fc03dc
1 changed files with 5 additions and 5 deletions

View File

@ -68,7 +68,7 @@ class TestBoardClass(unittest.TestCase):
pad = D_PAD(module)
module.Add(pad)
pad.SetShape(PAD_OVAL)
pad.SetShape(PAD_SHAPE_OVAL)
pad.SetSize(wxSizeMM(2.0, 3.0))
pad.SetPosition(wxPointMM(0,0))