diff options
author | Sebastian Koslowski <koslowski@kit.edu> | 2015-06-10 16:26:36 +0200 |
---|---|---|
committer | Sebastian Koslowski <koslowski@kit.edu> | 2015-07-17 16:24:00 +0200 |
commit | dcc0f96034a4547d4ea71d67e5b1b244ee997045 (patch) | |
tree | 3de2d884b3e9a6539c52e13776a823f10e832ff1 /grc/gui/ActionHandler.py | |
parent | 72048e6e8144d4e0a342a41753ec68d357beb04c (diff) |
grc: add QT GUI hier blocks (#727)
Diffstat (limited to 'grc/gui/ActionHandler.py')
-rw-r--r-- | grc/gui/ActionHandler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/gui/ActionHandler.py b/grc/gui/ActionHandler.py index 5dbfea024b..15565127e3 100644 --- a/grc/gui/ActionHandler.py +++ b/grc/gui/ActionHandler.py @@ -18,7 +18,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA """ import os -import signal from Constants import IMAGE_FILE_EXTENSION import Actions import pygtk @@ -39,6 +38,7 @@ from . Constants import DEFAULT_CANVAS_SIZE gobject.threads_init() + class ActionHandler: """ The action handler will setup all the major window components, |