summaryrefslogtreecommitdiff
diff options
-rwxr-xr-xbin/ansi_parser2
-rwxr-xr-xbin/audio_driver_info2
-rwxr-xr-xbin/audio_settings2
-rwxr-xr-xbin/brightness_test2
-rwxr-xr-xbin/color_depth_info2
-rwxr-xr-xbin/fresh_rate_info2
-rwxr-xr-xbin/gateway_ping_test2
-rwxr-xr-xbin/gpu_test2
-rwxr-xr-xbin/gputest_benchmark2
-rwxr-xr-xbin/graphic_memory_info2
-rwxr-xr-xbin/graphics_modes_info2
-rwxr-xr-xbin/graphics_stress_test2
-rwxr-xr-xbin/hdd_parking2
-rwxr-xr-xbin/mm-test2
-rwxr-xr-xbin/rendercheck_test2
-rwxr-xr-xbin/rotation_test2
-rwxr-xr-xbin/sleep_test2
-rwxr-xr-xbin/volume_test2
-rwxr-xr-xbin/window_test2
-rwxr-xr-xbin/xml_sanitize2
20 files changed, 20 insertions, 20 deletions
diff --git a/bin/ansi_parser b/bin/ansi_parser
index 9082609a..c7cf26c9 100755
--- a/bin/ansi_parser
+++ b/bin/ansi_parser
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
import sys
from optparse import OptionParser
diff --git a/bin/audio_driver_info b/bin/audio_driver_info
index a0580649..b9bfaf84 100755
--- a/bin/audio_driver_info
+++ b/bin/audio_driver_info
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
import sys
import re
diff --git a/bin/audio_settings b/bin/audio_settings
index 847d620c..91978be8 100755
--- a/bin/audio_settings
+++ b/bin/audio_settings
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
import sys
diff --git a/bin/brightness_test b/bin/brightness_test
index 5e114f53..818796ee 100755
--- a/bin/brightness_test
+++ b/bin/brightness_test
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# brightness_test
diff --git a/bin/color_depth_info b/bin/color_depth_info
index a8a42df6..4137193d 100755
--- a/bin/color_depth_info
+++ b/bin/color_depth_info
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# color_depth_info
diff --git a/bin/fresh_rate_info b/bin/fresh_rate_info
index 7102067d..838e5a6a 100755
--- a/bin/fresh_rate_info
+++ b/bin/fresh_rate_info
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# fresh_rate_info
diff --git a/bin/gateway_ping_test b/bin/gateway_ping_test
index 87af5d35..22aec6a3 100755
--- a/bin/gateway_ping_test
+++ b/bin/gateway_ping_test
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# This file is part of Checkbox.
#
# Copyright 2007-2014 Canonical Ltd.
diff --git a/bin/gpu_test b/bin/gpu_test
index 028eedca..bd22accb 100755
--- a/bin/gpu_test
+++ b/bin/gpu_test
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# Copyright 2013 Canonical Ltd.
# Written by:
# Sylvain Pineau <sylvain.pineau@canonical.com>
diff --git a/bin/gputest_benchmark b/bin/gputest_benchmark
index 99af6340..4748e71a 100755
--- a/bin/gputest_benchmark
+++ b/bin/gputest_benchmark
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# This file is part of Checkbox.
#
# Copyright 2013 Canonical Ltd.
diff --git a/bin/graphic_memory_info b/bin/graphic_memory_info
index 46f3deea..f9f8f646 100755
--- a/bin/graphic_memory_info
+++ b/bin/graphic_memory_info
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# graphic_memory_info
diff --git a/bin/graphics_modes_info b/bin/graphics_modes_info
index 90b887f9..c5853243 100755
--- a/bin/graphics_modes_info
+++ b/bin/graphics_modes_info
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# graphics_modes_info
diff --git a/bin/graphics_stress_test b/bin/graphics_stress_test
index f930bf54..bab2221f 100755
--- a/bin/graphics_stress_test
+++ b/bin/graphics_stress_test
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# graphics_stress_test
diff --git a/bin/hdd_parking b/bin/hdd_parking
index 18151b4f..6d349045 100755
--- a/bin/hdd_parking
+++ b/bin/hdd_parking
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# hdd_parking
diff --git a/bin/mm-test b/bin/mm-test
index 2c177aa7..236504ad 100755
--- a/bin/mm-test
+++ b/bin/mm-test
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# -*- Mode: python; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
#
# This program is free software; you can redistribute it and/or modify
diff --git a/bin/rendercheck_test b/bin/rendercheck_test
index f7d907c0..89e07e91 100755
--- a/bin/rendercheck_test
+++ b/bin/rendercheck_test
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# rendercheck_test
diff --git a/bin/rotation_test b/bin/rotation_test
index 51874019..258a8812 100755
--- a/bin/rotation_test
+++ b/bin/rotation_test
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# rotation_test
diff --git a/bin/sleep_test b/bin/sleep_test
index f28b0a0c..423fd6cd 100755
--- a/bin/sleep_test
+++ b/bin/sleep_test
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
'''
Program to automate system entering and resuming from sleep states
diff --git a/bin/volume_test b/bin/volume_test
index d2541920..a949f93e 100755
--- a/bin/volume_test
+++ b/bin/volume_test
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
import sys
import re
diff --git a/bin/window_test b/bin/window_test
index e6bff73c..23b6f3b1 100755
--- a/bin/window_test
+++ b/bin/window_test
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# window_test
diff --git a/bin/xml_sanitize b/bin/xml_sanitize
index 0cdbc8e2..7d43b836 100755
--- a/bin/xml_sanitize
+++ b/bin/xml_sanitize
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
import errno
import io
import sys