Example #1
0
 def set_video_events(self, events):
     """ Note: this currently works only when the download is stopped. """
     self.dllock.acquire()
     try:
         DownloadConfigInterface.set_video_events(self, events)
     finally:
         self.dllock.release()
 def set_video_events(self,events):
     """ Note: this currently works only when the download is stopped. """
     self.dllock.acquire()
     try:
         DownloadConfigInterface.set_video_events(self,events)
     finally:
         self.dllock.release()