second test for gnupg

This commit is contained in:
Yann Leboulanger 2005-04-17 17:08:28 +00:00
parent 9b98db2a9f
commit a3126a453e
1 changed files with 149 additions and 150 deletions

View File

@ -25,8 +25,7 @@ try:
import GnuPGInterface import GnuPGInterface
except: except:
USE_GPG = 0 USE_GPG = 0
return else:
class GnuPG(GnuPGInterface.GnuPG): class GnuPG(GnuPGInterface.GnuPG):
def __init__(self): def __init__(self):
GnuPGInterface.GnuPG.__init__(self) GnuPGInterface.GnuPG.__init__(self)