From 69a2ac62fbf6d8e1466b2180e62dbcbace08fb3d Mon Sep 17 00:00:00 2001 From: Marek Marczykowski Date: Wed, 23 Jan 2013 15:55:14 +0100 Subject: [PATCH] use any python2, not explicit python2.6 Especially allow python2.7. --- qubes-manager | 2 +- qubesmanager/appmenu_select.py | 2 +- qubesmanager/backup.py | 2 +- qubesmanager/backup_utils.py | 2 +- qubesmanager/create_new_vm.py | 2 +- qubesmanager/global_settings.py | 2 +- qubesmanager/log_dialog.py | 2 +- qubesmanager/main.py | 2 +- qubesmanager/restore.py | 2 +- qubesmanager/settings.py | 2 +- qubesmanager/thread_monitor.py | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/qubes-manager b/qubes-manager index 3ab60e9..e393b84 100755 --- a/qubes-manager +++ b/qubes-manager @@ -1,4 +1,4 @@ -#!/usr/bin/python2.6 +#!/usr/bin/python2 import qubesmanager.main qubesmanager.main.main() diff --git a/qubesmanager/appmenu_select.py b/qubesmanager/appmenu_select.py index ece8850..f22d1aa 100755 --- a/qubesmanager/appmenu_select.py +++ b/qubesmanager/appmenu_select.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.6 +#!/usr/bin/python2 # # The Qubes OS Project, http://www.qubes-os.org # diff --git a/qubesmanager/backup.py b/qubesmanager/backup.py index 595c61d..aed63e7 100644 --- a/qubesmanager/backup.py +++ b/qubesmanager/backup.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.6 +#!/usr/bin/python2 # # The Qubes OS Project, http://www.qubes-os.org # diff --git a/qubesmanager/backup_utils.py b/qubesmanager/backup_utils.py index e1305a8..3b59825 100644 --- a/qubesmanager/backup_utils.py +++ b/qubesmanager/backup_utils.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.6 +#!/usr/bin/python2 # # The Qubes OS Project, http://www.qubes-os.org # diff --git a/qubesmanager/create_new_vm.py b/qubesmanager/create_new_vm.py index 0a2ee92..761263d 100644 --- a/qubesmanager/create_new_vm.py +++ b/qubesmanager/create_new_vm.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.6 +#!/usr/bin/python2 # # The Qubes OS Project, http://www.qubes-os.org # diff --git a/qubesmanager/global_settings.py b/qubesmanager/global_settings.py index 5cc58d6..7ab74d4 100644 --- a/qubesmanager/global_settings.py +++ b/qubesmanager/global_settings.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.6 +#!/usr/bin/python2 # # The Qubes OS Project, http://www.qubes-os.org # diff --git a/qubesmanager/log_dialog.py b/qubesmanager/log_dialog.py index aed86d2..7c96121 100644 --- a/qubesmanager/log_dialog.py +++ b/qubesmanager/log_dialog.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.6 +#!/usr/bin/python2 # # The Qubes OS Project, http://www.qubes-os.org # diff --git a/qubesmanager/main.py b/qubesmanager/main.py index 5d01703..5ef6b98 100755 --- a/qubesmanager/main.py +++ b/qubesmanager/main.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.6 +#!/usr/bin/python2 # # The Qubes OS Project, http://www.qubes-os.org # diff --git a/qubesmanager/restore.py b/qubesmanager/restore.py index 787c02c..3d6ab09 100644 --- a/qubesmanager/restore.py +++ b/qubesmanager/restore.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.6 +#!/usr/bin/python2 # # The Qubes OS Project, http://www.qubes-os.org # diff --git a/qubesmanager/settings.py b/qubesmanager/settings.py index 3c890a7..468971d 100755 --- a/qubesmanager/settings.py +++ b/qubesmanager/settings.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.6 +#!/usr/bin/python2 # # The Qubes OS Project, http://www.qubes-os.org # diff --git a/qubesmanager/thread_monitor.py b/qubesmanager/thread_monitor.py index 4d5e915..07fdca3 100644 --- a/qubesmanager/thread_monitor.py +++ b/qubesmanager/thread_monitor.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.6 +#!/usr/bin/python2 # # The Qubes OS Project, http://www.qubes-os.org #