summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sandboxlib/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandboxlib/__init__.py b/sandboxlib/__init__.py
index 30cb71e..84e033f 100644
--- a/sandboxlib/__init__.py
+++ b/sandboxlib/__init__.py
@@ -123,7 +123,7 @@ def run_sandbox_with_redirection(command, **sandbox_config):
raise NotImplementedError()
-def sandbox_module_for_platform():
+def executor_for_platform():
'''Returns an execution module that will work on the current platform.'''
log = logging.getLogger("sandboxlib")