]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
scripts/tracetool: Remove shebang header
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 30 Jan 2020 16:32:28 +0000 (17:32 +0100)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Fri, 7 Feb 2020 14:12:48 +0000 (15:12 +0100)
Patch created mechanically by running:

  $ chmod 644 $(git grep -lF '#!/usr/bin/env python' \
      | xargs grep -L 'if __name__.*__main__')
  $ sed -i "/^#\!\/usr\/bin\/\(env\ \)\?python.\?$/d" \
      $(git grep -lF '#!/usr/bin/env python' \
      | xargs grep -L 'if __name__.*__main__')

Reported-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Suggested-by: Stefan Hajnoczi <stefanha@redhat.com>
Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20200130163232.10446-9-philmd@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
23 files changed:
scripts/tracetool/__init__.py
scripts/tracetool/backend/__init__.py
scripts/tracetool/backend/dtrace.py
scripts/tracetool/backend/ftrace.py
scripts/tracetool/backend/log.py
scripts/tracetool/backend/simple.py
scripts/tracetool/backend/syslog.py
scripts/tracetool/backend/ust.py
scripts/tracetool/format/__init__.py
scripts/tracetool/format/c.py
scripts/tracetool/format/d.py
scripts/tracetool/format/h.py
scripts/tracetool/format/log_stap.py
scripts/tracetool/format/simpletrace_stap.py
scripts/tracetool/format/stap.py
scripts/tracetool/format/tcg_h.py
scripts/tracetool/format/tcg_helper_c.py
scripts/tracetool/format/tcg_helper_h.py
scripts/tracetool/format/tcg_helper_wrapper_h.py
scripts/tracetool/format/ust_events_c.py
scripts/tracetool/format/ust_events_h.py
scripts/tracetool/transform.py
scripts/tracetool/vcpu.py

index 44c118bc2ab078e051bbf895715b4bc426e626e4..13d29f1e42faf25de738a7bc028893adbee5ff90 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """
index 259c6a6531c6ae25df4a86f57b5ab21d6b5be76f..54cab2c4de58e7f9050e4323d182da05350ba03c 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """
index c2f3a4e5a882cb3c6405bb197632e6c0acb3596d..638990db790465af7350b9fd111cb4fd7be7967f 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """
index 92f71b28f9473b7beae877d7fe003d9a480fd793..e9844dd335c56fdb3c92102d8e8ad2bcd02dbe6a 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """
index 33c95af8e9f33c142514263b964d055250613e5e..23b274c0fd36411f30d102ced22064560455bfa7 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """
index c2fd1c24c4a9e38dbbe30d7d06f2ba4e23fcd86b..b650c262b5983390e2f252a0f5ba70d48d2ecc3b 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """
index 668fb73fee5361ec5b16c9dcef9b1c39958b00a7..1373a9019294e93f12e2386cd3d3a729a4da5531 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """
index 280cb7c106528822fb63bcac0f1e29e94f111454..a772a3b53b3add99b56b73572af1772c906ef5a3 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """
index cf6e0e2da507b55e86aa04c17b640e26fe803935..aba2f7a441f8013395ed6a842e565c6dfbd6079b 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """
index 31207961b071e52237c4cd27b4515e3ec2bc8f88..78af8aff7201439aad4ad2396136e97a2a5410ee 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """
index c7cb2a93a6250ae75c0c8da66a0751dbc549c2e0..d3980b914b111ab0395b11bc414e2d76cdef5f4a 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """
index 5596b304e6cf289ff18b77d23d1ee601001f6a8c..83e1a2f355b454bf5d9f50a7856e564de53aa2c2 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """
index 9ab0cf2cce40e17130df315b1ca12a8d754a6d99..b486beb6723987fec0d6f7aade3aba2135cbfc1f 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """
index 57b04061cf42af1000014574246f619782e6f29d..4f4633b4e689c4047e65f4db3d70df3348464130 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """
index e8ef3e762d771962f255adcdaff059cc70b3d929..8fc808f2efcc2fd97f3d9b1c55cf6523baaee2c9 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """
index 1651cc3f7199675e5abcfbe946c5fda996816b98..0180e3d76cfb5aa1c3a603469aec455788f8d120 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """
index 1b3522a71614b18d2ebc0cef71fdd6a828dd4bf2..6527b69afd2fd2d1336c429b4e9ba04e8df53c17 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """
index 6b184b641b565d66e1f48ed2fbe9cafa2e689e72..98ebe52f1807e67f6253a8f2db2ffaf3a6691e96 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """
index ff534475120db08a9b64d0c619dd23063f039d02..6adeab74df0bf3e088172fc552afde6f83d10890 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """
index 264784cdf2a3d8597b95f7fb0972587ebac4a73c..deced9533ddfa730f39456c292553ce075ac4622 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """
index b14054ac0144dfbc8a9aefddd2b691035112e0be..6ce559f6cc6ef88f7819ebcc9ec8734c4c79b91a 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """
index 2ca9286046dfd8680c4a366d735a364f189117f1..8fd4dcf20dc4500e94b49b8b1a62a903d7e98774 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """
index 452c7f589d3ee1ae76716ffe2c94e4ae4820cc5e..0b104e4f15c2f8e4541d3671cf1d5915177b3734 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """