Ejemplo n.º 1
0
	def __init__(self, *args):
		MustacheFormatter.__init__(self, "c.mustache", *args)
Ejemplo n.º 2
0
	def __init__(self, *args):
		MustacheFormatter.__init__(self, "ruby.mustache",  *args)
		self.register_option("ruby_module", default="", prefix=False)
Ejemplo n.º 3
0
 def __init__(self, *args):
     MustacheFormatter.__init__(self, "c.mustache", *args)