- fixed module imports for Python3

This commit is contained in:
Marius Stanciu 2018-05-31 19:53:29 +03:00
parent e7a468c72a
commit 0f6491be69
1 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
from ObjectCollection import *
import TclCommand
from tclCommands.TclCommand import *
class TclCommandFollow(TclCommand.TclCommandSignaled):
class TclCommandFollow(TclCommandSignaled):
"""
Tcl shell command to follow a Gerber file
"""