diff options
Diffstat (limited to 'test/templates/subdir/foo/modtest.html.py')
-rw-r--r-- | test/templates/subdir/foo/modtest.html.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/templates/subdir/foo/modtest.html.py b/test/templates/subdir/foo/modtest.html.py index ca6f37b..b0f50c7 100644 --- a/test/templates/subdir/foo/modtest.html.py +++ b/test/templates/subdir/foo/modtest.html.py @@ -17,7 +17,7 @@ def render_body(context,**pageargs): __M_locals = __M_dict_builtin(pageargs=pageargs) __M_writer = context.writer() # SOURCE LINE 1 - __M_writer(u'this is a test') + __M_writer('this is a test') return '' finally: context.caller_stack._pop_frame() |