1
0
Fork 0

Use python3 interpreter by default

This may ease development, because development environment will
be probably already on python3.

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
Jaroslav Škarvada 2019-11-17 23:41:24 +01:00
parent d46abffa62
commit 476be07b46
No known key found for this signature in database
GPG key ID: D8E1C00E076E840B
8 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/python -Es
#!/usr/bin/python3 -Es
from __future__ import print_function
import os

View file

@ -1,4 +1,4 @@
#!/usr/bin/python -Es
#!/usr/bin/python3 -Es
# -*- coding: utf-8 -*-
#
# Copyright (C) 2008-2013 Red Hat, Inc.

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
# Helper script for realtime profiles provided by RT

View file

@ -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.

View file

@ -1,4 +1,4 @@
#!/usr/bin/python -Es
#!/usr/bin/python3 -Es
#
# varnetload: A python script to create reproducable sustained network traffic

View file

@ -1,4 +1,4 @@
#!/usr/bin/python -Es
#!/usr/bin/python3 -Es
#
# tuned: daemon for monitoring and adaptive tuning of system devices
#

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
# -*- coding: utf-8 -*-
# Copyright (C) 2014 Red Hat, Inc.

View file

@ -1,4 +1,4 @@
#!/usr/bin/python -Es
#!/usr/bin/python3 -Es
#
# tuned: daemon for monitoring and adaptive tuning of system devices
#