]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
tools/python: Drop shebangs from library files
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 14 Mar 2023 11:32:11 +0000 (11:32 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 17 Mar 2023 10:44:16 +0000 (10:44 +0000)
These aren't runable scripts, so shouldn't have shebangs.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
tools/python/xen/migration/legacy.py
tools/python/xen/migration/libxc.py
tools/python/xen/migration/libxl.py
tools/python/xen/migration/public.py
tools/python/xen/migration/tests.py
tools/python/xen/migration/verify.py
tools/python/xen/migration/xl.py
tools/python/xen/util.py

index 6456d6157ce3260e6b735493caaee1a68c6e74f6..e196ca876095839a6b921e5771fcac84682037ff 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """
index 9881f5ced4ea563b4016b9aef840ae371d4716ce..e52e632cb106d39ae4173358c0932e13a9844a7c 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """
index 5c4d4fe0631bcda7f17c93a6f0266f12b726bbc0..5dcb50fe020759cdc494ea2ee211395d6abdd3f9 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """
index fab2f84587b7c8f7f913c32e3efe5e3412c31782..23183ef67db81f41ac86cb18cec45639f356a00d 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """
index f22e2c2b7cf00d98173fd0b5f51f3608d3d77bfd..fcf94b0bb2644901313df07c8a06794e6e304013 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """
index 1e38f4a3c01edf05de4cffbbd14a313cfdd807a2..b847c4bd220fee77123d692abea026a570c26dce 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """
index 978e744dfd95f2ec2ac4960e0e58d1a0273fa371..139d496654df4744dc71b05cd51ba607b1466aa8 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """
index a11358eefa13c5ac3c4bf45357673c772286c850..47ceb5bd21fe9ab8019c445d5a00ee80cc922bbf 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 import os