Exemplo n.º 1
0
 def __init__(self, parent):
     SetupConfigStep.__init__(self, parent)
     try:  #SoftwareManager may not be installed
         config.plugins.updatechecker.interval.addNotifier(
             self._onChange, initial_call=False)
     except:
         pass
Exemplo n.º 2
0
 def __init__(self, parent):
     SetupConfigStep.__init__(self, parent)
Exemplo n.º 3
0
 def onOk(self):
     config.timezone.version.value = Timezones.CONFIG_VERSION
     return SetupConfigStep.onOk(self)
Exemplo n.º 4
0
 def __init__(self, parent, slotid):
     SetupConfigStep.__init__(self, parent)
     NimSetupBase.__init__(self, slotid)
Exemplo n.º 5
0
 def __init__(self, parent):
     SetupConfigStep.__init__(self, parent)
     NetworkConfigGeneral.__init__(self)
     self._nm_conn = []
     self._tech_conn = []
     self._services = List([])
Exemplo n.º 6
0
 def __init__(self, parent):
     SetupConfigStep.__init__(self, parent)
     DreamInfoHandler.__init__(
         self,
         statusCallback=self._onDreamInfoHandlerStatus,
         neededTag="services")