author | Sven Velt <sven@velt.de> | |
Fri, 8 Jan 2010 13:48:12 +0000 (14:48 +0100) | ||
committer | Sven Velt <sven@velt.de> | |
Fri, 8 Jan 2010 13:48:12 +0000 (14:48 +0100) | ||
commit | b3fcf0f48a9df34f5f647d9b93a15992fb6bbc0e | |
tree | 2680b2d6b918c78fa2ee0632cb117ebac094773b | tree | snapshot |
parent | cb7358bf3cf86d951c791c62c7a90d3c38f04b27 | commit | diff |
Allow command lines with quotes
Until now command lines where split at spaces (" ") but if you want some
string arguments including spaces ("-e '220 mail.server.de'") this
doesn't work anymore. So now we use "shlex.split()" for this.
Until now command lines where split at spaces (" ") but if you want some
string arguments including spaces ("-e '220 mail.server.de'") this
doesn't work anymore. So now we use "shlex.split()" for this.
nagixsc_conf2xml.py | diff | blob | history |