network/library
Thomas Haller cf8522e5cc library: move main code to explicit main() function
Without it, we unintentionally declared 3 global variables
(connections, cmd, run_env_ansible). This was not intended,
and results in possibly wrong behavior by accidentally using
the global variables.
2018-06-11 08:49:35 +02:00
..
network_connections.py library: move main code to explicit main() function 2018-06-11 08:49:35 +02:00