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