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,9 +25,8 @@ try:
import GnuPGInterface
except:
USE_GPG = 0
return
class GnuPG(GnuPGInterface.GnuPG):
else:
class GnuPG(GnuPGInterface.GnuPG):
def __init__(self):
GnuPGInterface.GnuPG.__init__(self)
self._setup_my_options()