diff --git a/tclCommands/TclCommandFollow.py b/tclCommands/TclCommandFollow.py index 46bc4cb3..36ec3f31 100644 --- a/tclCommands/TclCommandFollow.py +++ b/tclCommands/TclCommandFollow.py @@ -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 """