From 716d2f1d4e4abac82f4bb5c3ea1aba50056b059d Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Tue, 21 May 2013 22:47:12 +0000 Subject: [PATCH] Remove extra whitespace line. --- src/gnupg.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gnupg.py b/src/gnupg.py index 14d1b15..2791a3f 100644 --- a/src/gnupg.py +++ b/src/gnupg.py @@ -324,7 +324,6 @@ class GPGBase(object): """ self._prefs = 'SHA512 SHA384 SHA256 AES256 CAMELLIA256 TWOFISH ZLIB ZIP' - def _homedir_getter(self): """Get the directory currently being used as GnuPG's homedir.