Beispiel #1
0
 def _template_ext2file(self, templatename, ext):
     return joinfile(self._template_root(), templatename, ext)
Beispiel #2
0
 def _fullname_ext2file(self, fullname, ext):
     return joinfile(self._content_root(), fullname, ext)