From 3fb242f3ae91c270255f6f126ea9585854bb0312 Mon Sep 17 00:00:00 2001 From: Nicolas Stalder Date: Fri, 7 Jun 2019 04:09:44 +0200 Subject: [PATCH] Mark all Python 2 scripts as Python 2 --- scripts/prefix.py | 2 +- tests/corrupt.py | 2 +- tests/stats.py | 2 +- tests/test.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/prefix.py b/scripts/prefix.py index ca547b6..4c33ad4 100755 --- a/scripts/prefix.py +++ b/scripts/prefix.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # This script replaces prefixes of files, and symbols in that file. # Useful for creating different versions of the codebase that don't diff --git a/tests/corrupt.py b/tests/corrupt.py index 44f4f66..c452c42 100755 --- a/tests/corrupt.py +++ b/tests/corrupt.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 import struct import sys diff --git a/tests/stats.py b/tests/stats.py index ab21b59..c2d0fab 100755 --- a/tests/stats.py +++ b/tests/stats.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 import struct import sys diff --git a/tests/test.py b/tests/test.py index e93ccec..2d4f599 100755 --- a/tests/test.py +++ b/tests/test.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 import re import sys