[1/2] mesos git commit: Fixed `python3/mesos-style.py`.

2018-06-07 Thread andschwa
Repository: mesos Updated Branches: refs/heads/master a17036065 -> e05342b94 Fixed `python3/mesos-style.py`. The `cpplint.py` file was made to be single-source compatible with both Python 2 and Python 3, but `mesos-style.py` was erroneously changed to look for a copy of it under `support/pytho

[1/2] mesos git commit: Fixed python3/mesos-style.py type error.

2018-05-29 Thread alexr
Repository: mesos Updated Branches: refs/heads/master 30e7429c8 -> 8fa4d322a Fixed python3/mesos-style.py type error. The main challenge when switching from Python 2 to Python 3 is to handle the strings, as many of them are now byte strings. I have checked the other uses of `sys.stderr.write`