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:
parent
d46abffa62
commit
476be07b46
8 changed files with 8 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python -Es
|
#!/usr/bin/python3 -Es
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import os
|
import os
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python -Es
|
#!/usr/bin/python3 -Es
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright (C) 2008-2013 Red Hat, Inc.
|
# Copyright (C) 2008-2013 Red Hat, Inc.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python3
|
||||||
|
|
||||||
# Helper script for realtime profiles provided by RT
|
# Helper script for realtime profiles provided by RT
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
# pmqos-static.py: Simple daemon for setting static PM QoS values. It is a part
|
||||||
# of 'tuned' and it should not be called manually.
|
# of 'tuned' and it should not be called manually.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python -Es
|
#!/usr/bin/python3 -Es
|
||||||
#
|
#
|
||||||
# varnetload: A python script to create reproducable sustained network traffic
|
# varnetload: A python script to create reproducable sustained network traffic
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python -Es
|
#!/usr/bin/python3 -Es
|
||||||
#
|
#
|
||||||
# tuned: daemon for monitoring and adaptive tuning of system devices
|
# tuned: daemon for monitoring and adaptive tuning of system devices
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python3
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
# Copyright (C) 2014 Red Hat, Inc.
|
# Copyright (C) 2014 Red Hat, Inc.
|
||||||
|
|
|
||||||
2
tuned.py
2
tuned.py
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python -Es
|
#!/usr/bin/python3 -Es
|
||||||
#
|
#
|
||||||
# tuned: daemon for monitoring and adaptive tuning of system devices
|
# tuned: daemon for monitoring and adaptive tuning of system devices
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue