[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] tools/python: Drop shebangs from library files
commit c82aff87f118ee98b2fc0d5198ecd27ef657a32a Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> AuthorDate: Tue Mar 14 11:32:11 2023 +0000 Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CommitDate: Fri Mar 17 10:44:16 2023 +0000 tools/python: Drop shebangs from library files These aren't runable scripts, so shouldn't have shebangs. Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Acked-by: Marek Marczykowski-Górecki <marmarek@xxxxxxxxxxxxxxxxxxxxxx> --- tools/python/xen/migration/legacy.py | 1 - tools/python/xen/migration/libxc.py | 1 - tools/python/xen/migration/libxl.py | 1 - tools/python/xen/migration/public.py | 1 - tools/python/xen/migration/tests.py | 1 - tools/python/xen/migration/verify.py | 1 - tools/python/xen/migration/xl.py | 1 - tools/python/xen/util.py | 1 - 8 files changed, 8 deletions(-) diff --git a/tools/python/xen/migration/legacy.py b/tools/python/xen/migration/legacy.py index 6456d6157c..e196ca8760 100644 --- a/tools/python/xen/migration/legacy.py +++ b/tools/python/xen/migration/legacy.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- """ diff --git a/tools/python/xen/migration/libxc.py b/tools/python/xen/migration/libxc.py index 9881f5ced4..e52e632cb1 100644 --- a/tools/python/xen/migration/libxc.py +++ b/tools/python/xen/migration/libxc.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- """ diff --git a/tools/python/xen/migration/libxl.py b/tools/python/xen/migration/libxl.py index 5c4d4fe063..5dcb50fe02 100644 --- a/tools/python/xen/migration/libxl.py +++ b/tools/python/xen/migration/libxl.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- """ diff --git a/tools/python/xen/migration/public.py b/tools/python/xen/migration/public.py index fab2f84587..23183ef67d 100644 --- a/tools/python/xen/migration/public.py +++ b/tools/python/xen/migration/public.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- """ diff --git a/tools/python/xen/migration/tests.py b/tools/python/xen/migration/tests.py index f22e2c2b7c..fcf94b0bb2 100644 --- a/tools/python/xen/migration/tests.py +++ b/tools/python/xen/migration/tests.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- """ diff --git a/tools/python/xen/migration/verify.py b/tools/python/xen/migration/verify.py index 1e38f4a3c0..b847c4bd22 100644 --- a/tools/python/xen/migration/verify.py +++ b/tools/python/xen/migration/verify.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- """ diff --git a/tools/python/xen/migration/xl.py b/tools/python/xen/migration/xl.py index 978e744dfd..139d496654 100644 --- a/tools/python/xen/migration/xl.py +++ b/tools/python/xen/migration/xl.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- """ diff --git a/tools/python/xen/util.py b/tools/python/xen/util.py index a11358eefa..47ceb5bd21 100644 --- a/tools/python/xen/util.py +++ b/tools/python/xen/util.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- import os -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |