summaryrefslogtreecommitdiff
path: root/examples/glade
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 /examples/glade
parentff555f69fe1db1d2fa769275187223fe72c75a75 (diff)
downloadpygtk-9743b4f7df7984d755c93b3aeb0fbf94fecf0144.tar.gz
Run reindent.py on all python code
Diffstat (limited to 'examples/glade')
-rw-r--r--examples/glade/autoconnect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/glade/autoconnect.py b/examples/glade/autoconnect.py
index 561f47eb..72b1f2a2 100644
--- a/examples/glade/autoconnect.py
+++ b/examples/glade/autoconnect.py
@@ -15,6 +15,6 @@ class SimpleTest:
def on_button1_clicked(self, button):
print 'foo!'
-
+
test = SimpleTest()
gtk.main()