Skip to content

Commit

Permalink
Update lupa/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: scoder <[email protected]>
  • Loading branch information
riconnon and scoder committed Nov 1, 2023
1 parent 92348a7 commit 50f1f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lupa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


@contextmanager
def eager_global_linking():
def allow_lua_module_loading():
try:
from os import RTLD_NOW, RTLD_GLOBAL
except ImportError:
Expand Down

0 comments on commit 50f1f0c

Please sign in to comment.