diff options
author | Pearu Peterson <pearu.peterson@gmail.com> | 2004-02-02 16:19:51 +0000 |
---|---|---|
committer | Pearu Peterson <pearu.peterson@gmail.com> | 2004-02-02 16:19:51 +0000 |
commit | fcfff555fc0310884802637545dbe4df96b99c35 (patch) | |
tree | 4d61789429b0a7bf64f0b566712e96cd0a929284 /scipy_distutils/exec_command.py | |
parent | 78aa98e2bc6b4bc1cb0d39dc8c43a40fc2a96215 (diff) | |
download | numpy-fcfff555fc0310884802637545dbe4df96b99c35.tar.gz |
Fixed test_nt missing arg.
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'): |