From a41875175bb14a69fc9a017e1e7fc5177302f3aa Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Thu, 30 Jun 2011 11:48:42 -0400 Subject: [PATCH] import urn_to_hrn --- sfa/trust/credential.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sfa/trust/credential.py b/sfa/trust/credential.py index bed0780e..2fd3e921 100644 --- a/sfa/trust/credential.py +++ b/sfa/trust/credential.py @@ -43,6 +43,7 @@ from sfa.trust.certificate import Keypair from sfa.trust.credential_legacy import CredentialLegacy from sfa.trust.rights import Right, Rights from sfa.trust.gid import GID +from sfa.util.xrn import urn_to_hrn # 2 weeks, in seconds DEFAULT_CREDENTIAL_LIFETIME = 86400 * 14 -- 2.43.0