On 1/2/07, Collin L <[EMAIL PROTECTED]> wrote:
Aha, I wasn't aware of the blank __init__.py. Why exactly is that required?
The blank __init__.py turns the directory into a python module rather than just a directory. This means that you can use the directory as part of an import statement, which is required for Kid to find your templates. -- Lee McFadden blog: http://www.splee.co.uk work: http://fireflisystems.com skype: fireflisystems --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

