45daf4b
diff -up cppcheck-1.88/htmlreport/cppcheck-htmlreport.python3 cppcheck-1.88/htmlreport/cppcheck-htmlreport
45daf4b
--- cppcheck-1.88/htmlreport/cppcheck-htmlreport.python3	2019-06-29 09:51:25.000000000 +0200
45daf4b
+++ cppcheck-1.88/htmlreport/cppcheck-htmlreport	2019-08-14 11:02:23.791627296 +0200
45daf4b
@@ -1,4 +1,4 @@
45daf4b
-#!/usr/bin/env python
45daf4b
+#!/usr/bin/python3
45daf4b
 
45daf4b
 from __future__ import unicode_literals
45daf4b
 
45daf4b
diff -up cppcheck-1.88/htmlreport/setup.py.python3 cppcheck-1.88/htmlreport/setup.py
45daf4b
--- cppcheck-1.88/htmlreport/setup.py.python3	2019-06-29 09:51:25.000000000 +0200
45daf4b
+++ cppcheck-1.88/htmlreport/setup.py	2019-08-14 11:02:28.570423533 +0200
45daf4b
@@ -1,4 +1,4 @@
45daf4b
-#!/usr/bin/env python
45daf4b
+#!/usr/bin/python3
45daf4b
 
45daf4b
 from setuptools import setup
45daf4b
 
45daf4b
diff -up cppcheck-1.88/htmlreport/test_htmlreport.py.python3 cppcheck-1.88/htmlreport/test_htmlreport.py
45daf4b
--- cppcheck-1.88/htmlreport/test_htmlreport.py.python3	2019-06-29 09:51:25.000000000 +0200
45daf4b
+++ cppcheck-1.88/htmlreport/test_htmlreport.py	2019-08-14 11:02:20.296776345 +0200
45daf4b
@@ -1,4 +1,4 @@
45daf4b
-#!/usr/bin/env python
45daf4b
+#!/usr/bin/python3
45daf4b
 """Test cppcheck-htmlreport."""
45daf4b
 
45daf4b
 import os