[cairo-commit]
pycairo/examples/cairo_snippets/snippets __init__.py, 1.2, 1.3
Steve Chaplin
commit at pdx.freedesktop.org
Fri Jan 20 01:55:18 PST 2006
Committed by: stevech1097
Update of /cvs/cairo/pycairo/examples/cairo_snippets/snippets
In directory gabe:/tmp/cvs-serv31822/examples/cairo_snippets/snippets
Modified Files:
__init__.py
Log Message:
'SC'
Index: __init__.py
===================================================================
RCS file: /cvs/cairo/pycairo/examples/cairo_snippets/snippets/__init__.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- __init__.py 20 May 2005 11:07:31 -0000 1.2
+++ __init__.py 20 Jan 2006 09:55:16 -0000 1.3
@@ -2,7 +2,8 @@
import os
# list of snippet files
-snip_list = [x[:-3] for x in os.listdir (os.path.dirname (__file__)) if not x.startswith('_') and x.endswith('.py')]
+snip_list = [x[:-3] for x in os.listdir (os.path.dirname (__file__))
+ if not x.startswith('_') and x.endswith('.py')]
snip_list.sort()
# function used by some or all snippets
@@ -20,5 +21,3 @@
ctx.scale (1.0/w, 1.0/h)
svg_cr.render (ctx)
ctx.restore()
-
-
More information about the cairo-commit
mailing list