- fixed module imports for Python3
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
from ObjectCollection import *
|
from tclCommands.TclCommand import *
|
||||||
import TclCommand
|
|
||||||
|
|
||||||
|
|
||||||
class TclCommandFollow(TclCommand.TclCommandSignaled):
|
class TclCommandFollow(TclCommandSignaled):
|
||||||
"""
|
"""
|
||||||
Tcl shell command to follow a Gerber file
|
Tcl shell command to follow a Gerber file
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user