Exemplo n.º 1
0
 def __init__(self, universalLogging=True, **kw):
     print "Qt ScriptEngine init"
     # self.logger = logging.getLogger("qt engine")
     storytext.guishared.ScriptEngine.__init__(self, universalLogging=universalLogging, **kw)
     describer.setMonitoring(universalLogging)
     if self.uiMap or describer.isEnabled():
         self.performInterceptions()
     print "Qt ScriptEngine init returns"
Exemplo n.º 2
0
 def __init__(self, universalLogging=True, **kw):
     storytext.guishared.ScriptEngine.__init__(self, universalLogging=universalLogging, **kw)
     describer.setMonitoring(universalLogging)
     if self.uiMap or describer.isEnabled():
         self.performInterceptions()