htmlreport_py3.patch 821 B

12345678910111213141516171819202122232425262728293031
  1. diff --git a/htmlreport/cppcheck-htmlreport b/htmlreport/cppcheck-htmlreport
  2. index 97a3af50d..b45cebf31 100755
  3. --- a/htmlreport/cppcheck-htmlreport
  4. +++ b/htmlreport/cppcheck-htmlreport
  5. @@ -1,4 +1,4 @@
  6. -#!/usr/bin/env python
  7. +#!/usr/bin/env python3
  8. from __future__ import unicode_literals
  9. diff --git a/htmlreport/setup.py b/htmlreport/setup.py
  10. index e741ece55..ac790fbeb 100755
  11. --- a/htmlreport/setup.py
  12. +++ b/htmlreport/setup.py
  13. @@ -1,4 +1,4 @@
  14. -#!/usr/bin/env python
  15. +#!/usr/bin/env python3
  16. from setuptools import setup
  17. diff --git a/htmlreport/test_htmlreport.py b/htmlreport/test_htmlreport.py
  18. index 6553f625e..b3aef10e4 100755
  19. --- a/htmlreport/test_htmlreport.py
  20. +++ b/htmlreport/test_htmlreport.py
  21. @@ -1,4 +1,4 @@
  22. -#!/usr/bin/env python
  23. +#!/usr/bin/env python3
  24. """Test cppcheck-htmlreport."""
  25. import os