Skip to content

Commit

Permalink
Merge pull request #3647 from yifan19/python-shebang
Browse files Browse the repository at this point in the history
*.py: s/python/python3/ (exclude tests)
  • Loading branch information
Gábor Nagy committed Apr 20, 2021
2 parents 1598704 + c1054d3 commit f3b7ce3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/scripts/config-graph-json-to-dot.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import json, sys

j = None
Expand Down
2 changes: 1 addition & 1 deletion lib/merge-grammar.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#############################################################################
# Copyright (c) 2010-2017 Balabit
#
Expand Down
2 changes: 1 addition & 1 deletion modules/python/pylib/setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#############################################################################
# Copyright (c) 2015-2016 Balabit
#
Expand Down

0 comments on commit f3b7ce3

Please sign in to comment.