From 1e40a46561b3cd24c99c42a31baeb3517a62dc05 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Fri, 8 May 2009 17:01:46 +0000 Subject: [PATCH] keyconvert had the wrong path --- geni/gimport.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/geni/gimport.py b/geni/gimport.py index 48f1f7d8..78e96422 100755 --- a/geni/gimport.py +++ b/geni/gimport.py @@ -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") -- 2.47.0