daemon: Remove outdated mention of Python 3.3.

This commit is contained in:
Emmanuel Gil Peyrot 2016-08-29 09:18:08 +01:00
parent 95723fb649
commit 680a3e8d44

View file

@ -35,7 +35,7 @@ class Executor(threading.Thread):
can totally fail, we dont care, and we can start commands without can totally fail, we dont 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)