From: Tony Mack <tmack@cs.princeton.edu>
Date: Wed, 14 Jul 2010 17:00:23 +0000 (+0000)
Subject: use python keyconvert.py instead of keyconvert
X-Git-Tag: sfa-1.0-0~152
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7dba37b08a06789cc7a4e6ccb3cdc88097e777e3;p=sfa.git

use python keyconvert.py instead of keyconvert
---

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