On Dec 18, 2007 12:26 AM, Ben Bangert <[EMAIL PROTECTED]> wrote:
> On Dec 18, 2007, at 12:12 AM, Ben Bangert wrote:
> > In controllers, I think we can do away with the 'from ... import *'.
> > While this works nicely for awhile, it almost always tends to leave
> > a bad taste on people's mouth. The default controller template could
> > instead come with the only necessary import:

Have commented imports for other popular things.  Especially things
like 'abort' and 'render'.  If you don't put 'abort' and 'redirect_to'
in people's faces, they won't know about them or use them.  And
'h.url_for' is really important too.

-- 
Mike Orr <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To post to this group, send email to pylons-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to