try a fix when we don't have gnupg

This commit is contained in:
Yann Leboulanger 2005-04-17 16:08:18 +00:00
parent 0ab5461d96
commit 9b98db2a9f
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ try:
import GnuPGInterface
except:
USE_GPG = 0
return
class GnuPG(GnuPGInterface.GnuPG):
def __init__(self):