summaryrefslogtreecommitdiff
path: root/test/isurface_create_for_data1.py
diff options
context:
space:
mode:
authorSteve Chaplin <>2010-09-12 21:04:44 +0800
committerSteve Chaplin <>2010-09-12 21:04:44 +0800
commitf3df40256010a0425d820136c532d54dc467f67c (patch)
tree0390a3e3c50a23d8f4d1d1dba23ba93b3e0b3d27 /test/isurface_create_for_data1.py
parent59415110e1811019d49562fd06ad75d9182b9b77 (diff)
downloadpycairo-f3df40256010a0425d820136c532d54dc467f67c.tar.gz
=== Pycairo 1.8.10 ===
Many changes to make the code work with Python 3.
Diffstat (limited to 'test/isurface_create_for_data1.py')
-rwxr-xr-xtest/isurface_create_for_data1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/isurface_create_for_data1.py b/test/isurface_create_for_data1.py
index 867fde4..7ad5496 100755
--- a/test/isurface_create_for_data1.py
+++ b/test/isurface_create_for_data1.py
@@ -29,4 +29,4 @@ surface = cairo.ImageSurface.create_for_data(data, cairo.FORMAT_ARGB32,
width, height)
ctx = cairo.Context(surface)
surface.write_to_png(fileName)
-print "see %s output file" % fileName
+print("see %s output file" % fileName)