1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 11:45:18 +03:00

testing/micropython: Update to version 1.9.3

This commit is contained in:
Marian Buschsieweke 2017-12-24 18:39:07 +01:00 committed by Natanael Copa
parent 6dee42cf25
commit 9ad60c6dba
3 changed files with 9 additions and 21 deletions

View file

@ -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.
#