Add key management view to the setup menu, add keyserver query view, add keyserver key import, add respective icons

This commit is contained in:
Roberto Rosario
2011-12-05 13:37:24 -04:00
parent 8b3e391e05
commit 553d73020d
9 changed files with 229 additions and 17 deletions

View File

@@ -29,3 +29,6 @@ class KeyFetchingError(GPGException):
class KeyDoesNotExist(GPGException):
pass
class KeyImportError(GPGException):
pass