summaryrefslogtreecommitdiff
path: root/grc/gui/Executor.py
diff options
context:
space:
mode:
authorSeth Hitefield <sdhitefield@gmail.com>2016-08-11 14:30:33 -0400
committerSeth Hitefield <sdhitefield@gmail.com>2016-09-23 16:18:10 -0400
commitc7ea78c37db2d36ace3051ce10bc94fe71501819 (patch)
tree411bfeedb42f84c45780e87187b63a96f49c825e /grc/gui/Executor.py
parent03af90b98904b636b6fca75c3a4837391e3c03e2 (diff)
grc: gtk3: Renamed the ActionHandler to Application
Diffstat (limited to 'grc/gui/Executor.py')
-rw-r--r--grc/gui/Executor.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/grc/gui/Executor.py b/grc/gui/Executor.py
index a8c67986e5..7168c9ef46 100644
--- a/grc/gui/Executor.py
+++ b/grc/gui/Executor.py
@@ -35,9 +35,6 @@ class ExecFlowGraphThread(threading.Thread):
def __init__(self, flow_graph_page, xterm_executable, callback):
"""
ExecFlowGraphThread constructor.
-
- Args:
- action_handler: an instance of an ActionHandler
"""
threading.Thread.__init__(self)