Fix stupid syntax issue.

This commit is contained in:
Nick Daly 2012-05-06 18:03:37 -05:00
parent 40c7f97ff6
commit 10e13aab56

View File

@ -134,7 +134,7 @@ def unwrapper_test(data):
if not key_id:
key_id = None
gpg = gnupg.GPG(gnupghome="keys", useagent=True)
gpg = gnupg.GPG(gnupghome="keys", use_agent=True)
print "key input..."
input_ = gpg.gen_key_input(key_length = 1, passphrase=pass_phrase)