aboutsummaryrefslogtreecommitdiffstats
path: root/testing/micropython/python3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/micropython/python3.patch')
-rw-r--r--testing/micropython/python3.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/micropython/python3.patch b/testing/micropython/python3.patch
deleted file mode 100644
index ca269d39c3..0000000000
--- a/testing/micropython/python3.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-diff --git a/tools/make-frozen.py b/tools/make-frozen.py
-index 1051b52..06ee7a3 100755
---- a/tools/make-frozen.py
-+++ b/tools/make-frozen.py
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python
-+#!/usr/bin/env python3
- #
- # Create frozen modules structure for MicroPython.
- #