Skip to content

Commit

Permalink
[python3] use python3 dmlc tracker in rabit tests (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenqin authored and CodingCat committed Apr 19, 2019
1 parent 82bf4c2 commit 13d5acb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion scripts/lint.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# pylint: disable=protected-access, unused-variable, locally-disabled, len-as-condition
"""Lint helper to generate lint summary of source.
Expand Down
2 changes: 1 addition & 1 deletion tracker/dmlc-submit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import sys
import os
curr_path = os.path.dirname(os.path.abspath(os.path.expanduser(__file__)))
Expand Down
2 changes: 1 addition & 1 deletion tracker/dmlc_tracker/kubernetes.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""
DMLC submission script by kubernetes
Expand Down
2 changes: 1 addition & 1 deletion tracker/dmlc_tracker/launcher.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# pylint: disable=invalid-name
"""The container launcher script that launches DMLC with the right env variable."""
import glob
Expand Down
2 changes: 1 addition & 1 deletion tracker/dmlc_tracker/mesos.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""
DMLC submission script by mesos
Expand Down
2 changes: 1 addition & 1 deletion tracker/dmlc_tracker/ssh.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""
DMLC submission script by ssh
Expand Down

0 comments on commit 13d5acb

Please sign in to comment.