From 7acfbd070fa207dff309383da6e743ad2b9843c3 Mon Sep 17 00:00:00 2001 From: Sascha Silbe Date: Fri, 15 Oct 2010 19:14:59 +0000 Subject: 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 Acked-by: Simon Schampijer CC: Aleksey Lim --- (limited to 'tests/graphics/hipposcalability.py') 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) -- cgit v0.9.1