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, 10 insertions, 0 deletions
diff --git a/testing/micropython/python3.patch b/testing/micropython/python3.patch
new file mode 100644
index 0000000000..ca269d39c3
--- /dev/null
+++ b/testing/micropython/python3.patch
@@ -0,0 +1,10 @@
+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.
+ #