daemon: Remove outdated mention of Python 3.3.
This commit is contained in:
parent
95723fb649
commit
680a3e8d44
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class Executor(threading.Thread):
|
||||||
can totally fail, we don’t care, and we can start commands without
|
can totally fail, we don’t care, and we can start commands without
|
||||||
having to wait for them to return.
|
having to wait for them to return.
|
||||||
WARNING: Be careful to properly escape what is untrusted by using
|
WARNING: Be careful to properly escape what is untrusted by using
|
||||||
pipes.quote (or shlex.quote with python 3.3) for example.
|
shlex.quote for example.
|
||||||
"""
|
"""
|
||||||
def __init__(self, command, remote=False):
|
def __init__(self, command, remote=False):
|
||||||
threading.Thread.__init__(self)
|
threading.Thread.__init__(self)
|
||||||
|
|
Loading…
Reference in a new issue