# HG changeset patch # User Philippe Pepiot # Date 1574938083 -3600 # Node ID 44147dab9d27907208119b3f198f58c601f30cd5 # Parent 8af81736f150e5930e3fb4f167a1b1ae7bcd78cb Use python3 shebang for scripts Reported by lintian "python-script-but-no-python-dep" diff -r 8af81736f150 -r 44147dab9d27 bin/cubicweb-ctl --- 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() diff -r 8af81736f150 -r 44147dab9d27 cubicweb/devtools/fix_po_encoding --- 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