verbose messages for freedesktop installer, added missing import for main window
[debian/gnuradio] / grc / src / gui / MainWindow.py
index 647c4db1e759a1d4967025613bd3bac58c377c69..b86ec4cbdc960310a691ceb159734093d8de2236 100644 (file)
@@ -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