﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
227,syntax error on os.walk,mats_a@…,cmlenz,"<?python

import os

for root,dirs,files in os.walk(''):

	print root

?>

----

This should work fine, but it throws a template syntax error

...[snip]...
  File ""build/bdist.linux-i686/egg/genshi/template/loader.py"", line 259, in _instantiate
    allow_exec=self.allow_exec)
  File ""build/bdist.linux-i686/egg/genshi/template/base.py"", line 373, in __init__
    self.stream = list(self._prepare(self._parse(source, encoding)))
  File ""build/bdist.linux-i686/egg/genshi/template/markup.py"", line 206, in _parse
    pos[2] + (err.offset or 0))
TemplateSyntaxError: invalid syntax (/home/mats/documents/....../myfile.html, line 54)",defect,reopened,major,,Template processing,devel,,,
