Преглед изворни кода

- fixed module imports for Python3

Marius Stanciu пре 7 година
родитељ
комит
0f6491be69
1 измењених фајлова са 2 додато и 3 уклоњено
  1. 2 3
      tclCommands/TclCommandFollow.py

+ 2 - 3
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
     """