Procházet zdrojové kódy

- fixed module imports for Python3

Marius Stanciu před 7 roky
rodič
revize
0f6491be69
1 změnil soubory, kde provedl 2 přidání a 3 odebrání
  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
     """