Hi Jonathan, On 3/24/06, Jonathan LaCour <[EMAIL PROTECTED]> wrote: > > Jonathan LaCour wrote: > > Once I am relatively happy with this, I will probably put it in my > > public SVN repository, and let it gel for a month or two before > > trying to get it into TextMate proper. > > Okay, come and get it: > > http://cleverdevil.org/svn/main/TextMate/ > > You can use the user and password "anonymous" to grab the bundle. > Any enhancements would be greatly appreciated!
I'm just starting to use this bundle. First thing I've noticed, I'd change the imports a bit. Currently: import turbogears as tg import cherrypy as http from turbogears import expose, validate from turbogears import identity, validators, url, flash from cherrypy import HTTPRedirect I'd change it to: import turbogears from turbogears import expose, validate, redirect, config from turbogears import identity, validators, url, flash Kevin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

