Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Haster <chaster@utexas.edu>2019-07-01 23:11:16 +0300
committerGitHub <noreply@github.com>2019-07-01 23:11:16 +0300
commitf06dc5737fd359de43d79bf32a66156ce26ff6fa (patch)
tree3ade9fc910d715e56b260d5f5415031bfdd1d5bc
parentef77195a640db9fa0dda16fc982373b9427fae1a (diff)
parent3fb242f3ae91c270255f6f126ea9585854bb0312 (diff)
Merge pull request #201 from nickray/python2-markings
Mark all Python 2 scripts as Python 2
-rwxr-xr-xscripts/prefix.py2
-rwxr-xr-xtests/corrupt.py2
-rwxr-xr-xtests/stats.py2
-rwxr-xr-xtests/test.py2
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