[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH 7/7] tools/python: Drop shebangs from library files
On Tue, Mar 14, 2023 at 02:15:20PM +0000, Andrew Cooper wrote: > 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> > --- > CC: Wei Liu <wl@xxxxxxx> > CC: Anthony PERARD <anthony.perard@xxxxxxxxxx> > CC: Marek Marczykowski-Górecki <marmarek@xxxxxxxxxxxxxxxxxxxxxx> > CC: Bernhard Kaindl <bernhard.kaindl@xxxxxxxxxx> > --- > 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 6456d6157ce3..e196ca876095 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 9881f5ced4ea..e52e632cb106 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 5c4d4fe0631b..5dcb50fe0207 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 fab2f84587b7..23183ef67db8 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 f22e2c2b7cf0..fcf94b0bb264 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 1e38f4a3c01e..b847c4bd220f 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 978e744dfd95..139d496654df 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 a11358eefa13..47ceb5bd21fe 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 > -- > 2.30.2 > -- Best Regards, Marek Marczykowski-Górecki Invisible Things Lab Attachment:
signature.asc
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |