keyconvert had the wrong path
authorTony Mack <tmack@cs.princeton.edu>
Fri, 8 May 2009 17:01:46 +0000 (17:01 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Fri, 8 May 2009 17:01:46 +0000 (17:01 +0000)
geni/gimport.py

index 48f1f7d..78e9642 100755 (executable)
@@ -69,8 +69,6 @@ for path in files:
 if not loaded:
     raise Exception, "Could not find config in " + ", ".join(files)        
 
-keyconvert_fn = config.GENI_BASE_DIR + os.sep + "keyconvert/keyconvert"
-
 def un_unicode(str):
    if isinstance(str, unicode):
        return str.encode("ascii", "ignore")