Exemplo n.º 1
0
 def _template_ext2file(self, templatename, ext):
     return joinfile(self._template_root(), templatename, ext)
Exemplo n.º 2
0
 def _fullname_ext2file(self, fullname, ext):
     return joinfile(self._content_root(), fullname, ext)