소스 검색

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