コード例 #1
0
ファイル: identity.py プロジェクト: tbille/subiquity
    def login_done(self):
        if not self.opts.dry_run:
            # stop the console-conf services (this will kill the
            # current process).
            disable_console_conf()

        self.signal.emit_signal('quit')
コード例 #2
0
ファイル: identity.py プロジェクト: m-shibata/subiquity
    def login_done(self):
        if not self.opts.dry_run:
            # stop the console-conf services (this will kill the
            # current process).
            disable_console_conf()

        self.app.exit()