From ca28c1a4d202ce67168f29f35c3fd73d4af3289f Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Mon, 3 Jun 2013 11:33:44 +0000 Subject: [PATCH] Remove a kwarg from GPG.__init__() since properties are settable in child cls. --- src/gnupg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gnupg.py b/src/gnupg.py index 309b4aa..e39d90b 100644 --- a/src/gnupg.py +++ b/src/gnupg.py @@ -67,7 +67,7 @@ class GPG(GPGBase): def __init__(self, binary=None, homedir=None, verbose=False, use_agent=False, keyring=None, secring=None, - default_preference_list=None, options=None): + options=None): """Initialize a GnuPG process wrapper. :param str binary: Name for GnuPG binary executable. If the absolute