fix argument passing of wrapped writer methodswrappedindocument_args
commitb088bbf4c1f4e06d15b3c2c005b3c073a515a520
authorMichael J Gruber <michaeljgruber@users.sourceforge.net>
Mon, 9 Jun 2008 13:09:40 +0000 (9 15:09 +0200)
committerMichael J Gruber <michaeljgruber@users.sourceforge.net>
Mon, 9 Jun 2008 13:09:40 +0000 (9 15:09 +0200)
tree1eec394d8fe8ffec7d3672ecc6f04c4ed057b006
parent6b4e3c235cad17dfa4fdadd492b251e31a9601dc
fix argument passing of wrapped writer methods

The wrapped writer pass their arguments to the page constructor.
Change this so that the arguments are passed to the wrapped writer method instead.
pyx/canvas.py