From eb6b79396bc3df45f948d7309af154f615fdfed8 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Tue, 22 Jun 2021 19:54:37 -0400 Subject: [PATCH] Remove shebangs from library paths These don't really serve any purpose any longer Signed-off-by: Cole Robinson --- virtManager/virtmanager.py | 2 -- virtinst/virtclone.py | 2 -- virtinst/virtinstall.py | 2 -- virtinst/virtxml.py | 2 -- 4 files changed, 8 deletions(-) diff --git a/virtManager/virtmanager.py b/virtManager/virtmanager.py index 4ac0e4bb..c358dce9 100755 --- a/virtManager/virtmanager.py +++ b/virtManager/virtmanager.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 -# # Copyright (C) 2006, 2014 Red Hat, Inc. # Copyright (C) 2006 Daniel P. Berrange # diff --git a/virtinst/virtclone.py b/virtinst/virtclone.py index 0a3e8cb0..5fbe9e35 100644 --- a/virtinst/virtclone.py +++ b/virtinst/virtclone.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 -# # Copyright(c) FUJITSU Limited 2007. # # This work is licensed under the GNU GPLv2 or later. diff --git a/virtinst/virtinstall.py b/virtinst/virtinstall.py index c1457a76..4fe40898 100644 --- a/virtinst/virtinstall.py +++ b/virtinst/virtinstall.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 -# # Copyright 2005-2014 Red Hat, Inc. # # This work is licensed under the GNU GPLv2 or later. diff --git a/virtinst/virtxml.py b/virtinst/virtxml.py index 0c8da37e..24716644 100644 --- a/virtinst/virtxml.py +++ b/virtinst/virtxml.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 -# # Copyright 2013-2014 Red Hat, Inc. # # This work is licensed under the GNU GPLv2 or later.