Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/graphics/iconcache.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/graphics/iconcache.py')
-rw-r--r--tests/graphics/iconcache.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/graphics/iconcache.py b/tests/graphics/iconcache.py
index 90511d4..b3a8443 100644
--- a/tests/graphics/iconcache.py
+++ b/tests/graphics/iconcache.py
@@ -59,12 +59,12 @@ for d in data:
test.pack_start(icon)
icon.show()
-button = gtk.Button("mec mac")
+button = gtk.Button('mec mac')
test.pack_start(button)
button.connect('activate', _button_activated_cb)
button.show()
test.show()
-if __name__ == "__main__":
+if __name__ == '__main__':
common.main(test)