1
0
Fork 0

Merge pull request #209 from yarda/python3-by-default

Use python3 interpreter by default
This commit is contained in:
Jaroslav Škarvada 2019-11-18 15:57:20 +01:00 committed by GitHub
commit 58d5dde0aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
#