- 
Committer:
teddy at recompile
- 
Date:
2020-02-08 14:01:38 UTC
- 
Revision ID:
teddy@recompile.se-20200208140138-h3ett0amdelfpt90
mandos: If possible, use shlex.quote() instead of re.escape()
* mandos: Make sure shlex.quote() exists (falling back to assigning
  re.escape to it).
  (Client.start_checker): Use shlex.quote() instead of re.escape().