[cairo-commit] pycairo/test cairo_image_surface_create_for_data.py, 1.2, 1.3

Steve Chaplin commit at pdx.freedesktop.org
Fri Apr 15 22:08:46 PDT 2005


Committed by: stevech1097

Update of /cvs/cairo/pycairo/test
In directory gabe:/tmp/cvs-serv4627/test

Modified Files:
	cairo_image_surface_create_for_data.py 
Log Message:
SC 2005/04/16

Index: cairo_image_surface_create_for_data.py
===================================================================
RCS file: /cvs/cairo/pycairo/test/cairo_image_surface_create_for_data.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cairo_image_surface_create_for_data.py	15 Apr 2005 18:11:23 -0000	1.2
+++ cairo_image_surface_create_for_data.py	16 Apr 2005 05:08:44 -0000	1.3
@@ -34,7 +34,7 @@
 ctx.fill ()
 
 try:
-    fileObject = file('gradient.png', 'wb')
+    fileObject = file('cairo_image_surface_create_for_data.png', 'wb')
 except IOError, exc:
     raise SystemExit("%s: %s" % (exc.filename, exc.strerror))
 




More information about the cairo-commit mailing list