Provide client/non-client status

This commit is contained in:
Oleksii Shevchuk 2017-01-06 17:25:50 +02:00
parent b732a93488
commit 47c871626f
1 changed files with 1 additions and 0 deletions

View File

@ -256,6 +256,7 @@ def main():
pupy.infos['launcher_args'] = LAUNCHER_ARGS
pupy.infos['launcher_inst'] = launcher
pupy.infos['transport'] = launcher.get_transport()
pupy.infos['native'] = not getattr(pupy, 'pseudo', False)
exited = False