Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/readdialog.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2012-03-06 15:34:09 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-03-06 15:34:09 (GMT)
commit82581babd0c1c969ee6de0ed53eb7a82415fa545 (patch)
tree2ddb13962c79e933ee836e36c73f42a58dc4d0f3 /readdialog.py
parent272a8a4deb6e4fa31f3649e007d7d72e12e67ca5 (diff)
Remove unused imports
Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
Diffstat (limited to 'readdialog.py')
-rw-r--r--readdialog.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/readdialog.py b/readdialog.py
index f120789..5027e9c 100644
--- a/readdialog.py
+++ b/readdialog.py
@@ -2,7 +2,6 @@
# Stolen from the PyGTK demo module by Maik Hertha <maik.hertha@berlin.de>
-from gi.repository import GObject
from gi.repository import Gtk
from gi.repository import Gdk