From 5f46020e7090e28495d2b7e66e58f2c74698917a Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 22 Sep 2011 19:06:57 -0400 Subject: Use double rather than single quotes for Python strings. --- libdimension-python/tests/canvas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdimension-python/tests/canvas.py') diff --git a/libdimension-python/tests/canvas.py b/libdimension-python/tests/canvas.py index 239a548..0f07d66 100755 --- a/libdimension-python/tests/canvas.py +++ b/libdimension-python/tests/canvas.py @@ -51,7 +51,7 @@ except OSError as e: canvas.clear(Blue) if have_PNG: - canvas.write_PNG('png.png') + canvas.write_PNG("png.png") #if haveGL: # canvas.drawGL() -- cgit v1.2.3