blob: ca269d39c379d5f8f727c7647e3a56fea861a1e0 (
plain)
1
2
3
4
5
6
7
8
9
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.
#
|