On Tue, 2003-08-05 at 16:08, Todd Miller wrote: > def _matrixize(result): > return result > Oops, I got a little "happy" with the delete key. That should have read: def _matrixize(result): result.__class__ = Matrix return result -- Todd Miller <jmiller at stsci.edu>