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
|
import GnuPGInterface
|
||||||
except:
|
except:
|
||||||
USE_GPG = 0
|
USE_GPG = 0
|
||||||
|
return
|
||||||
|
|
||||||
class GnuPG(GnuPGInterface.GnuPG):
|
class GnuPG(GnuPGInterface.GnuPG):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|
Loading…
Reference in New Issue