From 881e263930be7041608fa7a0b72da289cb8c90a2 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 20 May 2014 07:04:24 +0400 Subject: [PATCH] Remove and ignore *.py files generated from templates --- html/.gitignore | 3 ++- html/html.py | 14 +++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/html/.gitignore b/html/.gitignore index c424d5e..f878ca4 100644 --- a/html/.gitignore +++ b/html/.gitignore @@ -1 +1,2 @@ -/search_tags.py +/html.py +/redirect.py diff --git a/html/html.py b/html/html.py index 72610c5..b085e69 100644 --- a/html/html.py +++ b/html/html.py @@ -34,10 +34,10 @@ VFN=valueForName currentTime=time.time __CHEETAH_version__ = '2.4.4' __CHEETAH_versionTuple__ = (2, 4, 4, 'development', 1) -__CHEETAH_genTime__ = 1400553119.801587 -__CHEETAH_genTimestamp__ = 'Tue May 20 06:31:59 2014' +__CHEETAH_genTime__ = 1400554889.690351 +__CHEETAH_genTimestamp__ = 'Tue May 20 07:01:29 2014' __CHEETAH_src__ = 'html.tmpl' -__CHEETAH_srcLastModified__ = 'Tue May 20 06:31:57 2014' +__CHEETAH_srcLastModified__ = 'Tue May 20 07:01:27 2014' __CHEETAH_docstring__ = 'Autogenerated by Cheetah: The Python-Powered Template Engine' if __CHEETAH_versionTuple__ < RequiredCheetahVersionTuple: @@ -107,9 +107,13 @@ class html(HTTPResponse): +

''') + _v = VFFSL(SL,"title",True) # u'$title' on line 24, col 5 + if _v is not None: write(_filter(_v, rawExpr=u'$title')) # from line 24, col 5. + write(u'''

''') - _v = VFFSL(SL,"body",True) # u'$body' on line 24, col 1 - if _v is not None: write(_filter(_v, rawExpr=u'$body')) # from line 24, col 1. + _v = VFFSL(SL,"body",True) # u'$body' on line 25, col 1 + if _v is not None: write(_filter(_v, rawExpr=u'$body')) # from line 25, col 1. write(u''' ''') -- 2.39.2