- converted from Python2 code to Python3 code
- in camlib.py, CNCJob class -> generate_from_excellon_by_tool() was failing in the line to sort the tools due of been unable to compare between dict's. I replaced that section.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
from ObjectCollection import *
|
||||
from copy import copy,deepcopy
|
||||
|
||||
import TclCommand
|
||||
from tclCommands.TclCommand import TclCommand
|
||||
|
||||
|
||||
class TclCommandPanelize(TclCommand.TclCommand):
|
||||
class TclCommandPanelize(TclCommand):
|
||||
"""
|
||||
Tcl shell command to pannelize an object.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user