diff options
Diffstat (limited to 'libdimension-python/tests/canvas.py')
-rwxr-xr-x | libdimension-python/tests/canvas.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |