Use python3 shebang for scripts
Reported by lintian "python-script-but-no-python-dep"
--- 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