Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-05-04 23:26:28 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-05-04 23:44:03 (GMT)
commit9f71aa864fd6753817cc7a6461d2ff08ec9a34a0 (patch)
tree2b52c417f576cd818a58dd254898fca24ecce81d /tests
parent6c4a9b34a115b03b3eb84f89bc4c54263798db65 (diff)
Remove various unused bits
Diffstat (limited to 'tests')
-rw-r--r--tests/test_uitree.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_uitree.py b/tests/test_uitree.py
index d640e10..1104a43 100644
--- a/tests/test_uitree.py
+++ b/tests/test_uitree.py
@@ -35,7 +35,6 @@ class TestUITree(unittest.TestCase):
def show_window1():
from gi.repository import Gtk
- from gi.repository import GLib
window = Gtk.Window()
window.set_title("window1")