Simple indentation error fix

fix/24-enc-to-file
Mikael Nordfeldth 2013-07-28 18:17:52 +02:00
parent 52f3dc8ca6
commit 167d51f15e
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()