diff options
author | Jelte Jansen <jelte@isc.org> | 2013-02-27 15:34:35 +0100 |
---|---|---|
committer | Jelte Jansen <jelte@isc.org> | 2013-02-27 15:34:35 +0100 |
commit | 4162a63acb076e595b004e862b4f117a184156b1 (patch) | |
tree | 625e3c0ab704893d61a47ac06dee8e708907dca1 /src/bin/usermgr | |
parent | [2713] More comment updates (diff) | |
download | kea-4162a63acb076e595b004e862b4f117a184156b1.tar.xz kea-4162a63acb076e595b004e862b4f117a184156b1.zip |
[2713] Update docstring
Diffstat (limited to 'src/bin/usermgr')
-rw-r--r-- | src/bin/usermgr/tests/b10-cmdctl-usermgr_test.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bin/usermgr/tests/b10-cmdctl-usermgr_test.py b/src/bin/usermgr/tests/b10-cmdctl-usermgr_test.py index 0b17480383..4f71cee144 100644 --- a/src/bin/usermgr/tests/b10-cmdctl-usermgr_test.py +++ b/src/bin/usermgr/tests/b10-cmdctl-usermgr_test.py @@ -74,8 +74,6 @@ def run(command): Parameters: command: an array of command and argument strings, which will be passed to subprocess.Popen() - input: if not None, a string that is written to the process stdin - stream """ subp = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE) |