use python keyconvert.py instead of keyconvert
authorTony Mack <tmack@cs.princeton.edu>
Wed, 14 Jul 2010 17:00:23 +0000 (17:00 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Wed, 14 Jul 2010 17:00:23 +0000 (17:00 +0000)
sfa/trust/certificate.py

index a76b22d..503ebe9 100644 (file)
@@ -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