Merged in marius_stanciu/flatcam_mpl/Fix_Follow_command_for_Python3 (pull request #100)

Fixed Follow Tcl command module imports for Python3
This commit is contained in:
Marius Stanciu
2018-05-31 17:35:27 +00:00
committed by jpcgt

View File

@@ -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
""" """