diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2009-12-07 22:40:52 -0500 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2009-12-07 22:40:52 -0500 |
commit | 875c588c3b131195f3e029d1396b4531d3cc6f60 (patch) | |
tree | 31e8e2cbb50d27c689c007425984f65aff3812c2 /grc/gui | |
parent | 9c71282f3c42995182111493da1dfc7b1a2c05f3 (diff) | |
parent | 61830989ce554e6dfac41bba2ced7006c424e0bc (diff) |
Merge branch 'wip/grc/cleanup' of http://gnuradio.org/git/jblum
Diffstat (limited to 'grc/gui')
-rw-r--r-- | grc/gui/ActionHandler.py | 1 | ||||
-rw-r--r-- | grc/gui/Dialogs.py | 1 | ||||
-rw-r--r-- | grc/gui/Element.py | 3 | ||||
-rw-r--r-- | grc/gui/FlowGraph.py | 1 |
4 files changed, 0 insertions, 6 deletions
diff --git a/grc/gui/ActionHandler.py b/grc/gui/ActionHandler.py index ee3e19a6c6..108e23a235 100644 --- a/grc/gui/ActionHandler.py +++ b/grc/gui/ActionHandler.py @@ -29,7 +29,6 @@ import Preferences from threading import Thread import Messages from .. base import ParseXML -import random from MainWindow import MainWindow from PropsDialog import PropsDialog import Dialogs diff --git a/grc/gui/Dialogs.py b/grc/gui/Dialogs.py index af40f47c08..473c796aff 100644 --- a/grc/gui/Dialogs.py +++ b/grc/gui/Dialogs.py @@ -20,7 +20,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA import pygtk pygtk.require('2.0') import gtk -import Preferences import Utils class TextDisplay(gtk.TextView): diff --git a/grc/gui/Element.py b/grc/gui/Element.py index f0518ee12b..e020c5caa9 100644 --- a/grc/gui/Element.py +++ b/grc/gui/Element.py @@ -17,9 +17,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA """ -import pygtk -pygtk.require('2.0') -import gtk from Constants import LINE_SELECT_SENSITIVITY from Constants import POSSIBLE_ROTATIONS diff --git a/grc/gui/FlowGraph.py b/grc/gui/FlowGraph.py index 8feb171f1f..5adecccc13 100644 --- a/grc/gui/FlowGraph.py +++ b/grc/gui/FlowGraph.py @@ -22,7 +22,6 @@ import Actions import Colors import Utils from Element import Element -from .. base import FlowGraph as _FlowGraph import pygtk pygtk.require('2.0') import gtk |