On 3/23/06, Karl Guertin <[EMAIL PROTECTED]> wrote: > > On 3/23/06, Mike Kent <[EMAIL PROTECTED]> wrote: > > Any suggestions? > > Moving templates from '.templates.foo' to 'projectname.templates.foo' > worked for me, I had the same thing happen on an old rev. Not sure > what happened. I now just stick with the absolute import.
Interesting. This also occurred to me yesterday... to be able to easily switch from a single controllers.py to a controllers package (as in the new tgbig template), using absolute imports is better. BTW, this thread belongs on tg-trunk. 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 -~----------~----~----~----~------~----~------~--~---

