Beispiel #1
0
 def get_snub_time(self):
     self.dllock.acquire()
     try:
         return DownloadConfigInterface.get_snub_time(self)
     finally:
         self.dllock.release()
 def get_snub_time(self):
     self.dllock.acquire()
     try:
         return DownloadConfigInterface.get_snub_time(self)
     finally:
         self.dllock.release()