On Sat, 07 Jul 2007 21:35:40 +0300, David <[EMAIL PROTECTED]>  
wrote:

>
> All,
>
> Is there a pretty printing utility for Python, something like Tidy for
> HTML?
>
> That will change:
>
>         xp=self.uleft[0]+percentx*(self.xwidth)
>
> To:
>
>         xp = self.uleft[0] + percentx * (self.xwidth)
>
> And other formatting issues.
>

Why not just write python as it should be written?

-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to