def __init__(self, configfile, pidfile): self.configfile = configfile self.receiver = None self.config = None Daemon.__init__(self, pidfile)