remove Empty line

This commit is contained in:
Kamil Sopko
2016-03-02 00:46:23 +01:00
parent a8159dee16
commit b4abef8317

View File

@@ -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.