try to have OpenPGP working in Windoz
This commit is contained in:
parent
a5ee542fee
commit
6d07ec5a0a
|
@ -269,7 +269,10 @@ class GnuPG:
|
|||
"""
|
||||
|
||||
def __init__(self):
|
||||
self.call = 'gpg'
|
||||
if os.name == 'nt':
|
||||
self.call = 'gpg.exe'
|
||||
else:
|
||||
self.call = 'gpg'
|
||||
self.passphrase = None
|
||||
self.options = Options()
|
||||
|
||||
|
|
Loading…
Reference in New Issue