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