From 7dba37b08a06789cc7a4e6ccb3cdc88097e777e3 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Wed, 14 Jul 2010 17:00:23 +0000 Subject: [PATCH] use python keyconvert.py instead of keyconvert --- 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.43.0