placeholders.rst (cheetah3-3.2.2) | : | placeholders.rst (cheetah3-3.2.3) | ||
---|---|---|---|---|
skipping to change at line 132 | skipping to change at line 132 | |||
78 | 78 | |||
79 ################################################## | 79 ################################################## | |||
80 ## GENERATED ATTRIBUTES | 80 ## GENERATED ATTRIBUTES | |||
81 __str__ = respond | 81 __str__ = respond | |||
82 _mainCheetahMethod_for_GenTemplate= 'respond' | 82 _mainCheetahMethod_for_GenTemplate= 'respond' | |||
83 # CHEETAH was developed by Tavis Rudd, Chuck Esterbrook, Ian Bicking | 83 # CHEETAH was developed by Tavis Rudd, Chuck Esterbrook, Ian Bicking | |||
# and Mike Orr; | # and Mike Orr; | |||
84 # with code, advice and input from many other volunteers. | 84 # with code, advice and input from many other volunteers. | |||
85 # For more information visit https://cheetahtemplate.org/ | 85 # For more information visit https://cheetahtemplate.org/ | |||
86 ################################################## | 86 ################################################## | |||
87 ## if run from command line: | 87 ## if run from command line: | |||
88 if __name__ == '__main__': | 88 if __name__ == '__main__': | |||
89 GenTemplate().runAsMainProgram() | 89 GenTemplate().runAsMainProgram() | |||
(Again, I have added line numbers and split the lines as in the | (Again, I have added line numbers and split the lines as in the | |||
previous chapter.) | previous chapter.) | |||
This generated template module is different from the previous one | This generated template module is different from the previous one | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |