From 68e845d66f2881838de6ec27063cef960c698258 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 9 Feb 2018 14:08:33 +0100 Subject: [PATCH] doxygen: use python3 executable for more scripts. --- doxygen/test/populate-js-test-data.py | 2 +- doxygen/test/test_search.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. -- 2.30.2