Ejemplo n.º 1
0
 def addHotplugNotifier(self):
     if not self.checkAllAvailable in hotplug.notifier:
         print("add hotplugNotifier")
         hotplug.notifier.append(self.checkAllAvailable)
         hotplug.hotplugChanged()
Ejemplo n.º 2
0
 def addHotplugNotifier(self):
     if not self.checkAllAvailable in hotplug.notifier:
         print "add hotplugNotifier" 
         hotplug.notifier.append(self.checkAllAvailable)
         hotplug.hotplugChanged()