Exemple #1
0
	def __init__(self):
		""""""
		Slots.__init__(self, 1)
		DownloadPlugin.__init__(self)
Exemple #2
0
 def __init__(self, config, section):
     """"""
     Slots.__init__(self, config.get_slots(section),
                    config.get_wait(section))
     self.active_downloads = {}
Exemple #3
0
	def __init__(self, config, section):
		""""""
		Slots.__init__(self, config.get_slots(section), config.get_wait(section))
		self.active_downloads = {}