[cairo-commit] pycairo/examples/cairo_snippets snippets_ps.py, 1.3, 1.4

Steve Chaplin commit at pdx.freedesktop.org
Mon Jul 18 01:25:35 PDT 2005


Committed by: stevech1097

Update of /cvs/cairo/pycairo/examples/cairo_snippets
In directory gabe:/tmp/cvs-serv29651/examples/cairo_snippets

Modified Files:
	snippets_ps.py 
Log Message:
SC

Index: snippets_ps.py
===================================================================
RCS file: /cvs/cairo/pycairo/examples/cairo_snippets/snippets_ps.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- snippets_ps.py	22 Jun 2005 00:48:07 -0000	1.3
+++ snippets_ps.py	18 Jul 2005 08:25:33 -0000	1.4
@@ -32,7 +32,7 @@
         execfile ('snippets/%s.py' % snippet, globals(), locals())
     except:
         exc_type, exc_value = sys.exc_info()[:2] 
-        print exc_type, exc_value
+        print >> sys.stderr, exc_type, exc_value
     else:
         cr.restore()
         cr.show_page()




More information about the cairo-commit mailing list