second test for gnupg
This commit is contained in:
parent
9b98db2a9f
commit
a3126a453e
1 changed files with 149 additions and 150 deletions
|
@ -25,9 +25,8 @@ 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)
|
||||||
self._setup_my_options()
|
self._setup_my_options()
|
||||||
|
|
Loading…
Add table
Reference in a new issue