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