On <https://mitogen.networkgenomics.com/index.html> the `install_app.py` example gives an error: ``` File "....py", line 25, in main context = mitogen.ssh.connect(broker, sys.argv[1]) AttributeError: module 'mitogen' has no attribute 'ssh' ```
On https://mitogen.networkgenomics.com/index.html the
install_app.pyexample gives an error: