Use python3 shebang for scripts
authorPhilippe Pepiot <philippe.pepiot@logilab.fr>
Thu, 28 Nov 2019 11:48:03 +0100
changeset 12779 44147dab9d27
parent 12778 8af81736f150
child 12780 8caa109dfe94
Use python3 shebang for scripts Reported by lintian "python-script-but-no-python-dep"
bin/cubicweb-ctl
cubicweb/devtools/fix_po_encoding
--- a/bin/cubicweb-ctl	Thu Nov 28 11:30:23 2019 +0100
+++ b/bin/cubicweb-ctl	Thu Nov 28 11:48:03 2019 +0100
@@ -1,3 +1,3 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 from cubicweb.cwctl import run
 run()
--- a/cubicweb/devtools/fix_po_encoding	Thu Nov 28 11:30:23 2019 +0100
+++ b/cubicweb/devtools/fix_po_encoding	Thu Nov 28 11:48:03 2019 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 
 """usage: fix-po-encodings [filename...]
 change the encoding of the po files passed as arguments to utf-8