def __showInfoMessage(self, msg, args=None):
     if not self.isTimeWarpInProgress:
         g_replayEvents.onWatcherNotify(msg, args)
Exemplo n.º 2
0
 def __showInfoMessage(self, msg, args = None):
     if not self.isTimeWarpInProgress:
         g_replayEvents.onWatcherNotify(msg, args)