Merge remote-tracking branch 'mmn/simple_indentation_error' into develop

* ADD patch by Mikael Nordfeldth.
 * FIXES wrong identation level on a unittest docstring.
 * CLOSES issue #11.
fix/24-enc-to-file
Isis Lovecruft 2013-07-29 19:15:13 +00:00
commit 143042e2a0
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 1 additions and 1 deletions

View File

@ -571,7 +571,7 @@ class GPGTestCase(unittest.TestCase):
"Exported key should be private")
def test_import_only(self):
"""Test that key import works."""
"""Test that key import works."""
self.test_list_keys_initial_public()
self.gpg.import_keys(KEYS_TO_IMPORT)
public_keys = self.gpg.list_keys()