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