From: Oleg Broytman Date: Tue, 20 May 2014 03:04:24 +0000 (+0400) Subject: Remove and ignore *.py files generated from templates X-Git-Tag: v0.1~20 X-Git-Url: https://git.phdru.name/?p=phdru.name%2Fcgi-bin%2Fblog-ru%2Fsearch-tags.git;a=commitdiff_plain;h=881e263930be7041608fa7a0b72da289cb8c90a2 Remove and ignore *.py files generated from templates --- 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''' ''')