diff options
Diffstat (limited to 'scipy_distutils/exec_command.py')
-rw-r--r-- | scipy_distutils/exec_command.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy_distutils/exec_command.py b/scipy_distutils/exec_command.py index 77898c5ee..d8481ef94 100644 --- a/scipy_distutils/exec_command.py +++ b/scipy_distutils/exec_command.py @@ -436,7 +436,7 @@ def _exec_command( command, use_shell=None, **env ): return status, text -def test_nt(): +def test_nt(**kws): pythonexe = get_pythonexe() if 1: ## not (sys.platform=='win32' and os.environ.get('OSTYPE','')=='cygwin'): |