- moved back the ApertureMacro class to camlib for now and made some import changes in the new ParseGerber and ParseExcellon classes
- some changes to the tests - perhaps I will try adding a few tests in the future
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
import sys
|
||||
sys.path.append('../../')
|
||||
|
||||
from camlib import *
|
||||
from flatcamParsers.ParseGerber import *
|
||||
|
||||
log = logging.getLogger('base2')
|
||||
log.setLevel(logging.WARNING)
|
||||
|
||||
@@ -3,7 +3,7 @@ import pstats
|
||||
import sys
|
||||
sys.path.append('../../')
|
||||
|
||||
from camlib import *
|
||||
from flatcamParsers.ParseGerber import *
|
||||
|
||||
log = logging.getLogger('base2')
|
||||
log.setLevel(logging.WARNING)
|
||||
|
||||
Reference in New Issue
Block a user