From 4af1da783967c25984f353a9d4317945bd2ffdd6 Mon Sep 17 00:00:00 2001
From: Vincent Le Gallic <legallic@crans.org>
Date: Mon, 29 Jul 2013 18:28:49 +0200
Subject: [PATCH] Fix on 3589ef41abc3c6daaa1d185a2a3c2a96ce34f791. On n'importe
 pas deux fois gnupg.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

La première ligne d'import n'aurait pas dû réapparaître,
le handling de l'erreur d'import était correct.
---
 client.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/client.py b/client.py
index 123a696..ff63fa3 100755
--- a/client.py
+++ b/client.py
@@ -21,7 +21,6 @@ import re
 import random
 import string
 import datetime
-import gnupg
 try:
     import gnupg #disponible seulement sous wheezy
 except ImportError:
-- 
GitLab