Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/graphics/ticket3000.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/graphics/ticket3000.py')
-rw-r--r--tests/graphics/ticket3000.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/graphics/ticket3000.py b/tests/graphics/ticket3000.py
index c28b2cb..f2fdfd9 100644
--- a/tests/graphics/ticket3000.py
+++ b/tests/graphics/ticket3000.py
@@ -44,5 +44,5 @@ toolbar.insert(button, -1)
button.show()
-if __name__ == "__main__":
+if __name__ == '__main__':
common.main(test)