From 14cf6e83fdb093666668825bc14ba3c5ef76dbf0 Mon Sep 17 00:00:00 2001 From: Gabriel Detraz Date: Sun, 25 Jan 2015 13:21:59 +0100 Subject: [PATCH] =?UTF-8?q?Pour=20que=20ca=20marche=20sous=20mac=20aussi..?= =?UTF-8?q?.=20On=20enl=C3=A8ve=20le=20path=20complet,=20pour=20gpg=20(/us?= =?UTF-8?q?r/bin..),=20on=20le=20remplcae=20par=20'gpg'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.py b/client.py index 855fcd9..5da07a8 100755 --- a/client.py +++ b/client.py @@ -55,7 +55,7 @@ pass_regexp = re.compile('[\t ]*pass(?:word)?[\t ]*:[\t ]*(.*)\r?\n?$', ## GPG Definitions #: Path du binaire gpg -GPG = '/usr/bin/gpg' +GPG = 'gpg' #: Paramètres à fournir à gpg en fonction de l'action désirée GPG_ARGS = {