summaryrefslogtreecommitdiff
path: root/tests/test_gdkevent.py
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2006-04-03 17:05:00 +0000
committerJohan Dahlin <johan@src.gnome.org>2006-04-03 17:05:00 +0000
commit9743b4f7df7984d755c93b3aeb0fbf94fecf0144 (patch)
treee59ada3d2c77e90112e3cea968f72c0ff7659ce6 /tests/test_gdkevent.py
parentff555f69fe1db1d2fa769275187223fe72c75a75 (diff)
downloadpygtk-9743b4f7df7984d755c93b3aeb0fbf94fecf0144.tar.gz
Run reindent.py on all python code
Diffstat (limited to 'tests/test_gdkevent.py')
-rw-r--r--tests/test_gdkevent.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_gdkevent.py b/tests/test_gdkevent.py
index 9ba0613a..1721a9e4 100644
--- a/tests/test_gdkevent.py
+++ b/tests/test_gdkevent.py
@@ -12,7 +12,7 @@ class TestGdkEvent(unittest.TestCase):
win1.realize()
event.window = win1.window
self.assertEqual(event.window, win1.window)
-
+
win2 = gtk.Window()
win2.realize()
event.window = win2.window