1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 19:20:19 +01:00

network_imporvements branch merge

This commit is contained in:
Shadi Endrawis
2018-10-02 13:41:46 +03:00
parent 72ea933384
commit 51726a5b80
110 changed files with 1639 additions and 1161 deletions

View File

@@ -583,3 +583,7 @@ def start_shell_command_and_wait(command):
atexit.register(cleanup)
p.wait()
atexit.unregister(cleanup)
def indent_string(string):
return '\t' + string.replace('\n', '\n\t')