예제 #1
0
파일: sandbox.py 프로젝트: ByReaL/OctoPrint
 def __init__(self, env, escape):
     SandboxedFormatterMixin.__init__(self, env)
     EscapeFormatter.__init__(self, escape)
예제 #2
0
 def __init__(self, env, escape):
     SandboxedFormatterMixin.__init__(self, env)
     EscapeFormatter.__init__(self, escape)