diff options
author | Marian Buschsieweke <marian.buschsieweke@ovgu.de> | 2017-12-24 18:39:07 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-12-26 11:40:44 +0000 |
commit | 9ad60c6dbafb13c7310c01382ff3a03d94cbeba7 (patch) | |
tree | 09bd3fdbacf65cabbf91e4d2ba02bebc3aaa684c /testing/micropython/python3.patch | |
parent | 6dee42cf25739ef5c749c25ad96e4ae64769040a (diff) | |
download | aports-9ad60c6dbafb13c7310c01382ff3a03d94cbeba7.tar.bz2 aports-9ad60c6dbafb13c7310c01382ff3a03d94cbeba7.tar.xz |
testing/micropython: Update to version 1.9.3
Diffstat (limited to 'testing/micropython/python3.patch')
-rw-r--r-- | testing/micropython/python3.patch | 10 |
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. - # |