diff options
author | jblum | 2008-10-03 05:27:52 +0000 |
---|---|---|
committer | jblum | 2008-10-03 05:27:52 +0000 |
commit | da8b917e3393427c3556044915f5a4d1e5fba030 (patch) | |
tree | 09155b7ed8135eed9dd11c293ddb525fb30d1b0f /grc/src/gui/MainWindow.py | |
parent | dfa8c9065b28729c342f0d345f506df63326a884 (diff) | |
download | gnuradio-da8b917e3393427c3556044915f5a4d1e5fba030.tar.gz gnuradio-da8b917e3393427c3556044915f5a4d1e5fba030.tar.bz2 gnuradio-da8b917e3393427c3556044915f5a4d1e5fba030.zip |
verbose messages for freedesktop installer, added missing import for main window
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9705 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'grc/src/gui/MainWindow.py')
-rw-r--r-- | grc/src/gui/MainWindow.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/grc/src/gui/MainWindow.py b/grc/src/gui/MainWindow.py index 647c4db1e..b86ec4cbd 100644 --- a/grc/src/gui/MainWindow.py +++ b/grc/src/gui/MainWindow.py @@ -21,7 +21,9 @@ from Constants import \ MIN_WINDOW_WIDTH, MIN_WINDOW_HEIGHT, \ NEW_FLOGRAPH_TITLE, REPORTS_WINDOW_HEIGHT, \ FLOW_GRAPH_FILE_EXTENSION -from Actions import APPLICATION_QUIT, FLOW_GRAPH_KILL +from Actions import \ + APPLICATION_QUIT, FLOW_GRAPH_KILL, \ + FLOW_GRAPH_SAVE import pygtk pygtk.require('2.0') import gtk |