Ejemplo n.º 1
0
 def __init__(self):
     BaseRequestHandler.__init__(self)
     self.current='plugins'
Ejemplo n.º 2
0
 def __init__(self):
     BaseRequestHandler.__init__(self)
     self.current='categories'
Ejemplo n.º 3
0
 def __init__(self):
     BaseRequestHandler.__init__(self)
     self.current='authors'
Ejemplo n.º 4
0
 def __init__(self):
     BaseRequestHandler.__init__(self)
Ejemplo n.º 5
0
 def __init__(self):
     BaseRequestHandler.__init__(self)
     self.current='write'
Ejemplo n.º 6
0
 def __init__(self):
     #super(admin_setup, self).__init__()
     BaseRequestHandler.__init__(self)
     self.current='config'
Ejemplo n.º 7
0
 def __init__(self):
     BaseRequestHandler.__init__(self)
     self.current='config'
Ejemplo n.º 8
0
 def __init__(self):
     BaseRequestHandler.__init__(self)
     self.current="config"
     self.sbody=OptionSet.getValue('sys_plugin_sbody',SBODY)
     self.bbody=OptionSet.getValue('sys_plugin_bbody',BBODY)