From d450b99dff3d1cfc8a210b92744093569f0c275b Mon Sep 17 00:00:00 2001 From: Josh Karlin Date: Wed, 14 Jul 2010 14:26:14 +0000 Subject: [PATCH] changed keyconvert back.. it got changed to the old version because my version was out of sync with root --- sfa/trust/certificate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/trust/certificate.py b/sfa/trust/certificate.py index a76b22d9..503ebe99 100644 --- a/sfa/trust/certificate.py +++ b/sfa/trust/certificate.py @@ -51,7 +51,7 @@ from sfa.util.namespace import urn_to_hrn from sfa.util.faults import * def convert_public_key(key): - keyconvert_path = "/usr/bin/keyconvert" + keyconvert_path = "/usr/bin/keyconvert.py" if not os.path.isfile(keyconvert_path): raise IOError, "Could not find keyconvert in %s" % keyconvert_path -- 2.47.0