From: Josh Karlin Date: Wed, 14 Jul 2010 14:26:14 +0000 (+0000) Subject: changed keyconvert back.. it got changed to the old version because my version was... X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d450b99dff3d1cfc8a210b92744093569f0c275b;p=sfa.git changed keyconvert back.. it got changed to the old version because my version was out of sync with root --- 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