Commit 1af1498
committed
codal_port/main: Let sys.path/argv be initialised by mp_init.
When MicroPython was updated to v1.18 in commit
84d9668, frozen modules required ".frozen"
to be in sys.path for the modules to be available to import. That path is
added by default by mp_init(), so remove the override from mp_main().
Fixes issue #101.
Signed-off-by: Damien George <damien@micropython.org>1 parent 569e361 commit 1af1498
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | 67 | | |
72 | 68 | | |
73 | 69 | | |
| |||
0 commit comments