You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by nl...@apache.org on 2019/12/06 18:26:08 UTC

[incubator-heron] branch neng/py3-migration updated (b2e8ed3 -> b316617)

This is an automated email from the ASF dual-hosted git repository.

nlu90 pushed a change to branch neng/py3-migration
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git.


    from b2e8ed3  make syntax error compitable with both python2 and 3
     add b316617  make files compatible with python2 and 3

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |  3 -
 bazel_configure.py                                 |  2 +-
 heron/executor/src/python/heron_executor.py        | 13 ++---
 .../src/python/handlers/killexecutorhandler.py     |  7 ++-
 heron/shell/src/python/main.py                     |  2 +-
 heron/statemgrs/src/python/configloader.py         |  2 +-
 heron/statemgrs/src/python/filestatemanager.py     |  6 +-
 heron/statemgrs/src/python/statemanager.py         |  3 +-
 heron/tools/admin/src/python/main.py               |  2 +-
 heron/tools/admin/src/python/standalone.py         |  1 +
 heron/tools/cli/src/python/main.py                 |  2 +-
 heron/tools/cli/src/python/submit.py               |  7 ++-
 heron/tools/explorer/src/python/main.py            |  2 +-
 heron/tools/tracker/src/python/main.py             |  3 +-
 heron/tools/tracker/src/python/tracker.py          |  6 +-
 heron/tools/ui/src/python/main.py                  |  4 +-
 integration_test/src/python/common/status.py       |  2 +-
 .../src/python/local_test_runner/main.py           |  2 +-
 third_party/python/cpplint/cpplint.py              | 64 +++++++++++-----------
 tools/rules/pex/wrapper/pex_wrapper.py             |  2 +-
 20 files changed, 71 insertions(+), 64 deletions(-)