hello,

i have web.py-0.34 with the following templates

templates/:
compile.sh  index.html  __init__.py  __init__.pyc  test  tests

templates/test:
get.json  get.xml  __init__.py  __init__.pyc

templates/tests:
get_json.json  get_xml.xml  __init__.py  __init__.pyc



into my compile script i have

:
cd  ../ && python web/template.py --compile templates


when i run it i get the following into the templates __init__.py


from web.template import CompiledTemplate, ForLoop, TemplateResult

import test, tests_dummy = CompiledTemplate(lambda: None, 'dummy')
join_ = _dummy._join
escape_ = _dummy._escape



for now i just put a new line after import test, tests.

any ideas ?

thanks

s

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" 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/webpy?hl=en.

Reply via email to