Skip to content

Commit

Permalink
Use python3 interpreter by default
Browse files Browse the repository at this point in the history
This may ease development, because development environment will
be probably already on python3.

Signed-off-by: Jaroslav Škarvada <[email protected]>
  • Loading branch information
yarda committed Nov 18, 2019
1 parent d46abff commit 476be07
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion experiments/kwin-stop/xlib-example.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python -Es
#!/usr/bin/python3 -Es

from __future__ import print_function
import os
Expand Down
2 changes: 1 addition & 1 deletion experiments/powertop2tuned.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python -Es
#!/usr/bin/python3 -Es
# -*- coding: utf-8 -*-
#
# Copyright (C) 2008-2013 Red Hat, Inc.
Expand Down
2 changes: 1 addition & 1 deletion libexec/defirqaffinity.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3

# Helper script for realtime profiles provided by RT

Expand Down
2 changes: 1 addition & 1 deletion libexec/pmqos-static.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
#
# pmqos-static.py: Simple daemon for setting static PM QoS values. It is a part
# of 'tuned' and it should not be called manually.
Expand Down
2 changes: 1 addition & 1 deletion systemtap/varnetload
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python -Es
#!/usr/bin/python3 -Es
#
# varnetload: A python script to create reproducable sustained network traffic

Expand Down
2 changes: 1 addition & 1 deletion tuned-adm.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python -Es
#!/usr/bin/python3 -Es
#
# tuned: daemon for monitoring and adaptive tuning of system devices
#
Expand Down
2 changes: 1 addition & 1 deletion tuned-gui.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
# -*- coding: utf-8 -*-

# Copyright (C) 2014 Red Hat, Inc.
Expand Down
2 changes: 1 addition & 1 deletion tuned.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python -Es
#!/usr/bin/python3 -Es
#
# tuned: daemon for monitoring and adaptive tuning of system devices
#
Expand Down

0 comments on commit 476be07

Please sign in to comment.