From d3c04e9a4372a4cb3096fc13e14fd07b37390769 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Wed, 6 Mar 2013 15:10:46 +0000 Subject: [PATCH] Whitespace fix. --- gnupg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnupg.py b/gnupg.py index 5b49c5f..cbc19b4 100644 --- a/gnupg.py +++ b/gnupg.py @@ -510,7 +510,7 @@ def _fix_unsafe(input): """ Find characters used to escape from a string into a shell, and wrap them in quotes if they exist. Regex pilfered from python-3.x shlex module. - + @param input: The input intended for the gnupg process. """ ## xxx do we want to add ';'?