Add iSecStore.span

In the future Custodia is going to make CSStore.span an abstract method.

Closes: https://fedorahosted.org/freeipa/ticket/6365
Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
Christian Heimes 2016-09-28 19:59:56 +02:00 committed by Martin Basti
parent 0756ce7d53
commit ac94d32c4f

View File

@ -252,3 +252,6 @@ class iSecStore(CSStore):
def cut(self, key):
raise NotImplementedError
def span(self, key):
raise NotImplementedError