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

PR body:
"""
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>
"""

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 c73345b78b86605b0a7c3ea2e23f43c59751b02a 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 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ipapython/secrets/store.py b/ipapython/secrets/store.py
index 095da7d..c50f03e 100644
--- a/ipapython/secrets/store.py
+++ b/ipapython/secrets/store.py
@@ -252,3 +252,7 @@ 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