cppcheck: version bump, add z3.
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
diff --git a/htmlreport/cppcheck-htmlreport b/htmlreport/cppcheck-htmlreport
|
||||
index 97a3af50d..b45cebf31 100755
|
||||
--- a/htmlreport/cppcheck-htmlreport
|
||||
+++ b/htmlreport/cppcheck-htmlreport
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python
|
||||
+#!/usr/bin/env python3
|
||||
|
||||
from __future__ import unicode_literals
|
||||
|
||||
diff --git a/htmlreport/setup.py b/htmlreport/setup.py
|
||||
index e741ece55..ac790fbeb 100755
|
||||
--- a/htmlreport/setup.py
|
||||
+++ b/htmlreport/setup.py
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python
|
||||
+#!/usr/bin/env python3
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
diff --git a/htmlreport/test_htmlreport.py b/htmlreport/test_htmlreport.py
|
||||
index 6553f625e..b3aef10e4 100755
|
||||
--- a/htmlreport/test_htmlreport.py
|
||||
+++ b/htmlreport/test_htmlreport.py
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python
|
||||
+#!/usr/bin/env python3
|
||||
"""Test cppcheck-htmlreport."""
|
||||
|
||||
import os
|
||||
Reference in New Issue
Block a user