Skip to content
Snippets Groups Projects
Commit 9b98db2a authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

try a fix when we don't have gnupg

parent 0ab5461d
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ try:
import GnuPGInterface
except:
USE_GPG = 0
return
class GnuPG(GnuPGInterface.GnuPG):
def __init__(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment