Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/graphics/ticket2855.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/graphics/ticket2855.py')
-rw-r--r--tests/graphics/ticket2855.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/graphics/ticket2855.py b/tests/graphics/ticket2855.py
index cc4b3c0..4d9d9d4 100644
--- a/tests/graphics/ticket2855.py
+++ b/tests/graphics/ticket2855.py
@@ -55,5 +55,5 @@ radio.show()
palette.set_content(box)
box.show()
-if __name__ == "__main__":
+if __name__ == '__main__':
common.main(test)