浏览代码

remove Empty line

Kamil Sopko 10 年之前
父节点
当前提交
b4abef8317
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      FlatCAMApp.py

+ 0 - 1
FlatCAMApp.py

@@ -653,7 +653,6 @@ class App(QtCore.QObject):
         self.tcl.eval('return -code error "%s"' % text)
         raise Exception(text)
 
-
     def exec_command(self, text):
         """
         Handles input from the shell. See FlatCAMApp.setup_shell for shell commands.