diff options
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, |