try a fix when we don't have gnupg
This commit is contained in:
parent
0ab5461d96
commit
9b98db2a9f
|
@ -25,6 +25,7 @@ try:
|
|||
import GnuPGInterface
|
||||
except:
|
||||
USE_GPG = 0
|
||||
return
|
||||
|
||||
class GnuPG(GnuPGInterface.GnuPG):
|
||||
def __init__(self):
|
||||
|
|
Loading…
Reference in New Issue