issue #275: default to 'python' for default remote interpreter.

So we get 2.4/2.5/2.6/2.7/3.x.
pull/287/head
David Wilson 7 years ago
parent 38d69a6ecd
commit cfd2887292

@ -648,7 +648,7 @@ class Stream(mitogen.core.Stream):
Base for streams capable of starting new slaves. Base for streams capable of starting new slaves.
""" """
#: The path to the remote Python interpreter. #: The path to the remote Python interpreter.
python_path = 'python2.7' python_path = 'python'
#: Maximum time to wait for a connection attempt. #: Maximum time to wait for a connection attempt.
connect_timeout = 30.0 connect_timeout = 30.0

Loading…
Cancel
Save