diff --git a/src/common/GnuPGInterface.py b/src/common/GnuPGInterface.py index 44559296b..46fca86aa 100644 --- a/src/common/GnuPGInterface.py +++ b/src/common/GnuPGInterface.py @@ -269,10 +269,7 @@ class GnuPG: """ def __init__(self): - if os.name == 'nt': - self.call = 'gpg.exe' - else: - self.call = 'gpg' + self.call = 'gpg' self.passphrase = None self.options = Options()