On Mon, Mar 30, 2009 at 04:23:10PM +0100, Michal Pryc wrote: > http://cr.opensolaris.org/~migi/7439_mplayer_from_blastwave/
line 507: you're converting to string twice. Either use "str(pex)" or use ""%s" % pex". There's no need for both. (See the following except clause). Otherwise, looks fine. Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
