Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/graphics/ticket2999.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/graphics/ticket2999.py')
-rw-r--r--tests/graphics/ticket2999.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/graphics/ticket2999.py b/tests/graphics/ticket2999.py
index a7b92d5..caf7adf 100644
--- a/tests/graphics/ticket2999.py
+++ b/tests/graphics/ticket2999.py
@@ -34,5 +34,5 @@ text_view.props.buffer.props.text = 'Blah blah blah, blah blah blah.'
test.pack_start(text_view)
text_view.show()
-if __name__ == "__main__":
+if __name__ == '__main__':
common.main(test)