Exemplo n.º 1
0
 def __init__(self):
     PluginBase.__init__(self)
	def __init__(self):
		PluginBase.__init__(self)
		self.nextids = []
Exemplo n.º 3
0
	def __init__(self):
		PluginBase.__init__(self)
		self.tunerstate = None
		self.eservicereference_string = ""
Exemplo n.º 4
0
	def __init__(self):
		PluginBase.__init__(self)
Exemplo n.º 5
0
	def __init__(self):
		PluginBase.__init__(self)
		self.conn = None
		self.mask = 0
		self.tuners = []
		self.tunerstates = []
Exemplo n.º 6
0
	def __init__(self):
		PluginBase.__init__(self)
		self.tunerstate = None
		self.eservicereference_string = None
Exemplo n.º 7
0
	def __init__(self):
		PluginBase.__init__(self)
		self.ids = []
Exemplo n.º 8
0
 def __init__(self):
     PluginBase.__init__(self)
     self.conn = None
     self.mask = 0
     self.tuners = []
     self.tunerstates = []