Skip to content

Commit 3c722b8

Browse files
committed
Let's see if this fixes the latest build error.
1 parent 47bbe1d commit 3c722b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gen/python_api_gen_mpy.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
# - Implement inheritance instead of embed base methods (how? seems it's not supported, see https://github.com/micropython/micropython/issues/1159)
88
# - When converting mp to ptr (and vice versa), verify that types are compatible. Now all pointers are casted to void*.
99

10+
from __future__ import print_function
11+
1012
import collections
1113
import copy
1214
import functools

0 commit comments

Comments
 (0)