]> git.michaelhowe.org Git - packages/p/paho-mqtt.git/commitdiff
/usr/bin/python -> /usr/bin/env python
authorRoger Light <roger@atchoo.org>
Mon, 21 Apr 2014 15:14:55 +0000 (16:14 +0100)
committerRoger Light <roger@atchoo.org>
Mon, 21 Apr 2014 15:14:55 +0000 (16:14 +0100)
Change-Id: Ib43b19c660c2724834014219929d1d6281518e34

72 files changed:
test/lib/01-con-discon-success.py
test/lib/01-keepalive-pingreq.py
test/lib/01-no-clean-session.py
test/lib/01-unpwd-set.py
test/lib/01-will-set.py
test/lib/01-will-unpwd-set.py
test/lib/02-subscribe-qos0.py
test/lib/02-subscribe-qos1.py
test/lib/02-subscribe-qos2.py
test/lib/02-unsubscribe.py
test/lib/03-publish-b2c-qos1.py
test/lib/03-publish-b2c-qos2.py
test/lib/03-publish-c2b-qos1-disconnect.py
test/lib/03-publish-c2b-qos1-timeout.py
test/lib/03-publish-c2b-qos2-disconnect.py
test/lib/03-publish-c2b-qos2-timeout.py
test/lib/03-publish-qos0-no-payload.py
test/lib/03-publish-qos0.py
test/lib/04-retain-qos0.py
test/lib/08-ssl-bad-cacert.py
test/lib/08-ssl-connect-cert-auth.py
test/lib/08-ssl-connect-no-auth.py
test/lib/08-ssl-fake-cacert.py
test/lib/09-util-topic-matching.py
test/lib/python/01-con-discon-success.test
test/lib/python/01-keepalive-pingreq.test
test/lib/python/01-no-clean-session.test
test/lib/python/01-unpwd-set.test
test/lib/python/01-will-set.test
test/lib/python/01-will-unpwd-set.test
test/lib/python/02-subscribe-qos0.test
test/lib/python/02-subscribe-qos1.test
test/lib/python/02-subscribe-qos2.test
test/lib/python/02-unsubscribe.test
test/lib/python/03-publish-b2c-qos1.test
test/lib/python/03-publish-b2c-qos2.test
test/lib/python/03-publish-c2b-qos1-disconnect.test
test/lib/python/03-publish-c2b-qos1-timeout.test
test/lib/python/03-publish-c2b-qos2-disconnect.test
test/lib/python/03-publish-c2b-qos2-timeout.test
test/lib/python/03-publish-qos0-no-payload.test
test/lib/python/03-publish-qos0.test
test/lib/python/04-retain-qos0.test
test/lib/python/08-ssl-bad-cacert.test
test/lib/python/08-ssl-connect-cert-auth.test
test/lib/python/08-ssl-connect-no-auth.test
test/lib/python/08-ssl-fake-cacert.test
test/lib/python/09-util-topic-matching.test
test/lib/python3/01-con-discon-success.test
test/lib/python3/01-keepalive-pingreq.test
test/lib/python3/01-no-clean-session.test
test/lib/python3/01-unpwd-set.test
test/lib/python3/01-will-set.test
test/lib/python3/01-will-unpwd-set.test
test/lib/python3/02-subscribe-qos0.test
test/lib/python3/02-subscribe-qos1.test
test/lib/python3/02-subscribe-qos2.test
test/lib/python3/02-unsubscribe.test
test/lib/python3/03-publish-b2c-qos1.test
test/lib/python3/03-publish-b2c-qos2.test
test/lib/python3/03-publish-c2b-qos1-disconnect.test
test/lib/python3/03-publish-c2b-qos1-timeout.test
test/lib/python3/03-publish-c2b-qos2-disconnect.test
test/lib/python3/03-publish-c2b-qos2-timeout.test
test/lib/python3/03-publish-qos0-no-payload.test
test/lib/python3/03-publish-qos0.test
test/lib/python3/04-retain-qos0.test
test/lib/python3/08-ssl-bad-cacert.test
test/lib/python3/08-ssl-connect-cert-auth.test
test/lib/python3/08-ssl-connect-no-auth.test
test/lib/python3/08-ssl-fake-cacert.test
test/lib/python3/09-util-topic-matching.test

index 5f7b3046443056c0446ba0f024f063c0f2c3ab8a..d5ad1750bdea2c620ff3bfa6fdbc473dd9bb064d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 # Test whether a client produces a correct connect and subsequent disconnect.
 
index 7faf229675aaad2629b36e02d46a102c223bb5a7..9196629bea10adcaa02dfa8c99a100ace93c62df 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 # Test whether a client sends a pingreq after the keepalive time
 
index f4aa41545f71ef8b666628ee884e627deea57599..7afbf3ac3a0031243197d631c2a62b4cfe86e67d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 # Test whether a client produces a correct connect with clean session not set.
 
index 0a1bf88c014a58c08521b365b885e55b4daf6a36..1756d173971daac018682d602c0862b42cb89741 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 # Test whether a client produces a correct connect with a username and password.
 
index e576895f9c126aa92f4dedf17b3f44c20a355e0a..aad12c2324588e95102e8204250a1aec646886f0 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 # Test whether a client produces a correct connect with a will.
 # Will QoS=1, will retain=1.
index fb828364c293ad26c13ed63ea536be45c7858b4b..0ff92943a35afa06e7955861c09363d4d58001ef 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 # Test whether a client produces a correct connect with a will, username and password.
 
index d526d7664cbcfe64a33a5a051cafeb758abc09af..80998e409a81e9c5818897ccd8248f1145ba1268 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 # Test whether a client sends a correct SUBSCRIBE to a topic with QoS 0.
 
index afa5b5b362e52e5b6d687742f089b27edd2ea50a..efcaf3172bf7c07cf931d0c1a4ae73ce12d9eeff 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 # Test whether a client sends a correct SUBSCRIBE to a topic with QoS 1.
 
index ab29fd41c5e0000f89a2895f0bb6f1f00175f37e..fcbf2dd5fcd1612ce2d9a4f0c7ec5972f6ec3cdc 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 # Test whether a client sends a correct SUBSCRIBE to a topic with QoS 2.
 
index f3f64225f9ff76c005cb9360b368b1d70330fa7a..33b6102bb75df85a6b16b2d3f17fa73d6813cde6 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 # Test whether a client sends a correct UNSUBSCRIBE packet.
 
index 0b5af94e4c7565951a7af61a1d83ae061e4d05cd..aa9c133ee1e1a5eda511f124a7a484e1e0bfb165 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 # Test whether a client responds correctly to a PUBLISH with QoS 1.
 
index 86c820bc51dd3fa2c075f115cd9fd0bc94dc2c75..2593b8f4a242ad824f52816da89dd1214f730857 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 # Test whether a client responds correctly to a PUBLISH with QoS 1.
 
index a2f67896a53257072ca0ff66548cb360aae2526e..27f7c4f73ea9b600c6bd6754edb378ff9c3b68fc 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 # Test whether a client sends a correct PUBLISH to a topic with QoS 1, then responds correctly to a disconnect.
 
index a61c447813ea53d5f6d90e44c17a01f0d66272c1..43541d47c8a74b677290f86bd5ec93589d11d875 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 # Test whether a client sends a correct PUBLISH to a topic with QoS 1 and responds to a delay.
 
index f21a2909bc877f6e77c891076a3e778a3c9f2c7f..42b06d0255b7332cc6042242d525a5a8450a68f0 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 # Test whether a client sends a correct PUBLISH to a topic with QoS 2 and responds to a disconnect.
 
index a4c7003cc356fd16ab8382fc4c944017cc6268be..f8553c04dbb98b2ccb4af723f6c6a4b08a520786 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 # Test whether a client sends a correct PUBLISH to a topic with QoS 1 and responds to a delay.
 
index 1324768504761109714db4f6e41ad26cb67f3f9a..fd02caad05e77b1e0854c291149fdd40c1697706 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 # Test whether a client sends a correct PUBLISH to a topic with QoS 0 and no payload.
 
index 17d8b532238d7ed184f21e56a38fe3a616cde8c0..987e29afe821920c81ea8bf25c7eae0feab7a875 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 # Test whether a client sends a correct PUBLISH to a topic with QoS 0.
 
index 859b6129f0157bc5c1951a16f27b08f268152960..35dff0a320ffef485995c78688e33c91e27d341b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 # Test whether a client sends a correct retained PUBLISH to a topic with QoS 0.
 
index 221e2ff77c8f4d449bf28fb7381b113edfd4ccb0..c74ba80c86d793282c4cd4e95136b7d0940a6726 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import inspect
 import os
index 60663aba2b8d6ac296e35dab004e732ffd98afd1..74b8ba024433c08bc3c617eddc02cbe090330b6b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 # Test whether a client produces a correct connect and subsequent disconnect when using SSL.
 # Client must provide a certificate.
index 406f815d693315e298a764a034e4a6c265fb647c..ddff6b059019f8bbbc8b478c2ce9b05f738ce072 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 # Test whether a client produces a correct connect and subsequent disconnect when using SSL.
 
index 819ab8ba78be4859339a0eb3229ba1ac8ede4af4..70c5cf98d2cf9cc16153127836d2081921c11ded 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import inspect
 import os
index 050acfc80e3c2f890c7b5b3568f7a45b30625ad6..3221642d154dc23a2410ffffa91c13f9dcf7de9c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import inspect
 import os
index b6ccc1e4a64ccce2bce2f92957dc7beb1f3a4f9c..489fece84bbeee0add0024167f5309cc4d5a6c58 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import os
 import subprocess
index bf9565da6d60c52ce3df9d344584716873025259..8dd751294f299205596164bc561a061dce300a12 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import os
 import subprocess
index 06387bfdf7f6c2a644ee69c242747eb02ac5c4b7..f66acfd66c6c3031bb8c0fd2410013e25dd2e8cd 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import paho.mqtt.client as mqtt
 
index cbbd99224d7293d071803f291a0a597f640fd092..9166102cf9300e6cb566154c848acebe9bbdbf66 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import paho.mqtt.client as mqtt
 
index 8502e7c1771abefcfdbc693e7164de050746492a..8cb77d88b068f5c566034de5fdbaadf73bfa2b05 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import paho.mqtt.client as mqtt
 
index 61b631ead1cd9185db0679966613b5b9f63bb1b3..aface843096c36c8efe8e0ec3c9af751b3f77188 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import paho.mqtt.client as mqtt
 
index a49f11039eb841d8c7c5f7f9582610618d10e834..b964f627fea1fb3135755d8f77f8281c49981b43 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import os
 import subprocess
index 1060a1e2c7ec67bc085a31b3f6255ee25155cfa1..6fc247f9a23d3005607a4527191ffcac6e58aa5a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import os
 import subprocess
index f09c887ff892a4c184c612a13b3fbc66f8ea24ef..9d52faa8b54cdbc021f92236056405e8751ff651 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import os
 import subprocess
index 3e2c2c44f4cc49202a1fb3aa1d548405d66b3986..4a52779f1a5597a1a9a397416cf26c03140c64d1 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import os
 import subprocess
index cf2b58a211c601bab7391a514d455b774b802e17..ef6d1006d0c070d964aa402aa3d5f6b9ba50d35e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import os
 import subprocess
index b88cc9cd21a1a96904de1bb14feee5a26f1286ef..4540b55ebaf81fcfee411128add268ec84f0eaa8 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import os
 import subprocess
index 812aa1e70ef5c304e2bebbf51f84e92c7cb17553..8fc4a1d5082f4e1b84e50cac401213d49d8a5377 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import os
 import subprocess
index c12957ae56a228c6aef87760b55b1302968f245b..26a24ca03326aa9c3e2773045e74ff4bdc7e6f06 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import os
 import subprocess
index ad6d2fd025b670167f548b198de86d6edade25f0..d4c6f6909e1c500df78d9ad4c40310ac926a468b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import os
 import subprocess
index e7a40e43bab9016f8d1a4077ba6e536716ff9328..892204b2225ddbb53a3b88cf45f7425f8c1c2674 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import os
 import subprocess
index 0cbf894c9c4fc9047b03bc92cffb57a6405b3ed5..f247f4094a00a2b727fed48f325c1249e86906e2 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import os
 import subprocess
index 88e6e5f158f8be447bcce22235665e857235f12e..0cbb7da4fd29d6408a2044b314233afba3cd22cd 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import os
 import subprocess
index eb950b8900ef176243b8c14245031a52a31f7ac8..1564648a77c966cb5089b7d27039380ed6a8353b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import os
 import subprocess
index 404030aae2a992d3827e1d514adcdd4da64532dd..42da4fdb62895171559a57e907fb05a2e91b64b9 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import os
 import subprocess
index f4b9b3fea6915a75dc2873c2f454b5e477025f05..a7b483574efebf62d9bc655cdbb73acbc4a38cc3 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import os
 import subprocess
index 4f04edde170bf9231555c6acb20af9e7b52a629e..1f30937ebd3368e6abd38a42b4b96a8531eb090f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import os
 import subprocess
index 0448e3cdbcefccbe5a8a4e8ad930981ca1a7f710..f876a10f88a1541b86d498cd85c9092ef6330617 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import os
 import subprocess
index ef5c18c99a983cccfcd508a015d6ec532dbdb8ab..4ffe39a27482e975e3e01dcf4eff15484d42e0f0 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import paho.mqtt.client as mqtt
 import sys
index 188aa667c14a4116001e488560838aec65f34d1a..65eacb9c45063b5f5c5d99ce087ffb9b3a2ddc46 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 import os
 import subprocess
index 4148df77b7bdf414f976b8ed20aa6a5524f333ac..cc3ec26c2646c0dd87bba97334b4df30ccf85ebc 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 import os
 import subprocess
index d1c9a2144d69d7601afedbdabebae2511d50bcce..8f05024c4c67d305baab5e725eb361616706ed99 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 import paho.mqtt.client as mqtt
 
index 2ae97c7feea2637ce2655510a098468fcd9930cc..d74b0348c8f00f0c22b2ff12963f92407361e016 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 import paho.mqtt.client as mqtt
 
index 6b0b76e4f1c93049715a2359c3ba6f62ab5b1325..e1d4c43b9076b62b8c90f90772ad106544aff9c7 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 import paho.mqtt.client as mqtt
 
index 370bb80e6b47e0ffe1dfeb545afb4c1f036a6d00..ad1199f0f7471ddfe89d5f15b3b98cf4c00771a4 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 import paho.mqtt.client as mqtt
 
index b976978f85184c8364a2bd516fe4e9789a176feb..77a2379f6e048daec89ccf0746b47ccb0948acb1 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 import os
 import subprocess
index 37c35b0ca5d3cabcd75b386384b9fe6e8d6984e1..c8b1be5d5aaf7de7b4ea3c0137a842aa80546f4f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 import os
 import subprocess
index 4592d79b8ea7801fe0fb1dbc7a55a665f1baa4a4..a10e520b97314ba2bbd3f0b8b1876058684dc296 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 import os
 import subprocess
index f4eb457e079b713bf217503d30ae0ef38c4bdfb8..a3f20cb6b50e5e8dd324bbd09abe9da1853e1e24 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 import os
 import subprocess
index 09c71891c18c1a965f1ee26e6e9ef8dec37b7128..94811522429cf98f838121aeb57f4f8ff6d884de 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 import os
 import subprocess
index a71e7c45970a0fde9d05f62d01384dce2403b66f..270e65dbf5dd6b8152d2b46a6da0e446772bb52c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 import os
 import subprocess
index 812aa1e70ef5c304e2bebbf51f84e92c7cb17553..8fc4a1d5082f4e1b84e50cac401213d49d8a5377 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import os
 import subprocess
index 9576f6d453f70b7c3a0b811873436e331cdb7f71..948f5891ae03af89b787ddcd23dfd8ea69ff59b2 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 import os
 import subprocess
index 09bc1e3075fc1cccb463215ed3a1c488e95066cd..cf5bcbeef64717a1f46701c01f94c6e93d6194ff 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 import os
 import subprocess
index dc601dcde68a82b1a0fbce8b48caef7a80e3ef33..249a7c5978e0dfa1703fa8b18b3a17f75da67234 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 import os
 import subprocess
index 2440a5ed34ee4bc0cd155555130903316ce9af73..d7e0722f438f9033e7115df32ff1ee177cf7a256 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 import os
 import subprocess
index e911da3e50137e973930d105af86dc0e363f929b..3a5b16c92bb0859d4487b4bd71cf6446b7d7e65b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 import os
 import subprocess
index 5a74ddc32d1f9eba9f951fac78fb37d417e015b5..0e15eb4ca9b6476dbe25ec2135109483559e4baf 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 import os
 import subprocess
index a3cdc133700fa2d021dda754f2dc9cfe6ca8d454..62c19a24f54f6ead8d5b85106670c6b44207008a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 import os
 import subprocess
index 84ccf026bb5c8f53c6176fc300da6086f435bc64..1f1a33636212f64f3dd7b9b659a9f86455472884 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 import os
 import subprocess
index e6447d92e1068c83e05e3b759682d5225e6e6df3..e627f00ae916b2e675dfbdc599edd3a0c6a77b4f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 import os
 import subprocess
index fbccc06c4102bb2d7f618a87ac4cf74c2b798ded..dc55a0fea5eb16b7a1acf07bb9256f73797a07b6 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 import os
 import subprocess
index 2f4424a3ed4ce6cf8d5ec5a6fb5287d9bade486a..76c93504f8a4ca1bad634c2df3094d1effbb5ac8 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 import paho.mqtt.client as mqtt
 import sys