Merge pull request #15571 from s-hadinger/berry_import_global

Berry add `import global` to implicit imports
This commit is contained in:
s-hadinger 2022-05-08 17:29:28 +02:00 committed by GitHub
commit a027c99a53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 "