def __showInfoMessage(self, msg, args=None):
     if not self.isTimeWarpInProgress:
         g_replayEvents.onWatcherNotify(msg, args)
Пример #2
0
 def __showInfoMessage(self, msg, args = None):
     if not self.isTimeWarpInProgress:
         g_replayEvents.onWatcherNotify(msg, args)