From: Vladimír Vondruš Date: Fri, 9 Feb 2018 13:08:33 +0000 (+0100) Subject: doxygen: use python3 executable for more scripts. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=68e845d66f2881838de6ec27063cef960c698258;p=blog.git doxygen: use python3 executable for more scripts. --- diff --git a/doxygen/test/populate-js-test-data.py b/doxygen/test/populate-js-test-data.py index 13ed5687..487f2e5e 100755 --- a/doxygen/test/populate-js-test-data.py +++ b/doxygen/test/populate-js-test-data.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # This file is part of m.css. diff --git a/doxygen/test/test_search.py b/doxygen/test/test_search.py index a6273b62..6a8ee77d 100755 --- a/doxygen/test/test_search.py +++ b/doxygen/test/test_search.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # This file is part of m.css.