diff --git a/lupa/__init__.py b/lupa/__init__.py index 2d140284..41e091e9 100644 --- a/lupa/__init__.py +++ b/lupa/__init__.py @@ -7,7 +7,7 @@ @contextmanager -def eager_global_linking(): +def allow_lua_module_loading(): try: from os import RTLD_NOW, RTLD_GLOBAL except ImportError: