summaryrefslogtreecommitdiffstats
path: root/ipapython/secrets
diff options
context:
space:
mode:
Diffstat (limited to 'ipapython/secrets')
-rw-r--r--ipapython/secrets/store.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ipapython/secrets/store.py b/ipapython/secrets/store.py
index 095da7d1f..10fdcb634 100644
--- a/ipapython/secrets/store.py
+++ b/ipapython/secrets/store.py
@@ -252,3 +252,6 @@ class iSecStore(CSStore):
def cut(self, key):
raise NotImplementedError
+
+ def span(self, key):
+ raise NotImplementedError