diff options
author | Josh Blum <josh@joshknows.com> | 2009-12-06 23:18:27 -0500 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2009-12-06 23:18:27 -0500 |
commit | 61830989ce554e6dfac41bba2ced7006c424e0bc (patch) | |
tree | 1559e5d38dadbd728048d19429139d57cfe1f9df /grc/gui/Element.py | |
parent | a198e5134b00a1d5b98b5447aafd3cdba8508609 (diff) |
removed unused import statements, thanks pyflakes
Diffstat (limited to 'grc/gui/Element.py')
-rw-r--r-- | grc/gui/Element.py | 3 |
1 files changed, 0 insertions, 3 deletions
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 |