From b4abef8317bf0f6f9fae0eafef216279a809a693 Mon Sep 17 00:00:00 2001 From: Kamil Sopko Date: Wed, 2 Mar 2016 00:46:23 +0100 Subject: [PATCH] remove Empty line --- FlatCAMApp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/FlatCAMApp.py b/FlatCAMApp.py index 719d1c21..835625f8 100644 --- a/FlatCAMApp.py +++ b/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.