Ejemplo n.º 1
0
 def __init__(self, *args, **kwargs):
     # Apparently some old docutils has classic class Directive
     Directive.__init__(self, *args, **kwargs)
     self.tenv = templating_environment()
Ejemplo n.º 2
0
 def __init__(self, *args, **kwargs):
     Directive.__init__(self, *args, **kwargs)
     self.tenv = templating_environment()