URL: https://github.com/freeipa/freeipa/pull/125
Author: tiran
 Title: #125: Add iSecStore.span
Action: synchronized

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/125/head:pr125
git checkout pr125
From 864162ffef9ee4d565770f3077a94f182969db47 Mon Sep 17 00:00:00 2001
From: Christian Heimes <chei...@redhat.com>
Date: Wed, 28 Sep 2016 19:59:56 +0200
Subject: [PATCH] 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 <chei...@redhat.com>
---
 ipapython/secrets/store.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ipapython/secrets/store.py b/ipapython/secrets/store.py
index 095da7d..10fdcb6 100644
--- a/ipapython/secrets/store.py
+++ b/ipapython/secrets/store.py
@@ -252,3 +252,6 @@ def list(self, keyfilter=None):
 
     def cut(self, key):
         raise NotImplementedError
+
+    def span(self, key):
+        raise NotImplementedError
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Reply via email to