second test for gnupg
This commit is contained in:
parent
9b98db2a9f
commit
a3126a453e
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue