Berry add `import global` to implicit imports

This commit is contained in:
Stephan Hadinger 2022-05-08 17:21:23 +02:00
parent e372f0c63a
commit abb1c47564
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
const char berry_prog[] =
"import global "
#ifdef USE_BERRY_PYTHON_COMPAT
// enable python syntax compatibility mode
"import python_compat "