diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-11-15 12:30:09 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-11-15 12:30:09 +0100 |
commit | d789a59f0c1d849e3074c890913882f09b048cd2 (patch) | |
tree | 4f6d62c7f5a5c4abafe0e9ff9546be7f136d4d3b /src | |
parent | 4e201be745521ace9701623d684dde316cb43af4 (diff) | |
parent | 4208920f425e9f37072715e52a5c7e95f074ab6e (diff) | |
download | poezio-d789a59f0c1d849e3074c890913882f09b048cd2.tar.gz poezio-d789a59f0c1d849e3074c890913882f09b048cd2.tar.bz2 poezio-d789a59f0c1d849e3074c890913882f09b048cd2.tar.xz poezio-d789a59f0c1d849e3074c890913882f09b048cd2.zip |
Merge branch 'master' of http://git.louiz.org/poezio
Diffstat (limited to 'src')
-rw-r--r-- | src/common.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.py b/src/common.py index 7e1c0642..35fd08da 100644 --- a/src/common.py +++ b/src/common.py @@ -173,6 +173,7 @@ def datetime_tuple(timestamp): def shell_split(st): sh = shlex.shlex(st, posix=True) + sh.commenters = '' sh.whitespace_split = True sh.quotes = '"' ret = list() |