"rtc-template" was completely rewritten to use ezt (Easy Template) module. "ezt" module is originally included in "Subversion".
Now template code generator modules, which are named xxx_gen.py, are automatically imported from rtc-template, and command options and help menu are automatically generated.
New template code generator has to inherit base_gen class in "base_gen.py" module to utilize this framework.
"rtc-template" was completely rewritten to use ezt (Easy Template) module.
"ezt" module is originally included in "Subversion".
Now template code generator modules, which are named xxx_gen.py, are
automatically imported from rtc-template, and command options and help
menu are automatically generated.
New template code generator has to inherit base_gen class in
"base_gen.py" module to utilize this framework.