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:
authorSascha Silbe <sascha-pgp@silbe.org>2010-10-15 19:14:59 (GMT)
committer Sascha Silbe <sascha-pgp@silbe.org>2010-11-23 16:14:34 (GMT)
commit7acfbd070fa207dff309383da6e743ad2b9843c3 (patch)
tree662b4cb7ff5494f162365d85098e7fce7179d35e /tests/graphics/hipposcalability.py
parent5f13fcfc847ecff18b9558de8ce29da884a06d7a (diff)
style cleanup: prefer ' for strings
Tomeu prefers ' for strings, so let's use it wherever we don't have a good reason to use ". Reviewed-by: James Cameron <quozl@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
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)