Merge "Fix unimplemented abstractmethod"

This commit is contained in:
Jenkins 2017-08-09 23:17:54 +00:00 committed by Gerrit Code Review
commit 5173382168
1 changed files with 7 additions and 0 deletions

View File

@ -74,3 +74,10 @@ class SaharaKeyManager(km.KeyManager):
perform any external actions. therefore, it won't change anything.
"""
pass
def list(self, *args, **kwargs):
"""list all managed keys
current implementation of the key manager does not utilize this
"""
pass