From: Tony Mack Date: Fri, 8 May 2009 17:01:46 +0000 (+0000) Subject: keyconvert had the wrong path X-Git-Tag: sfa-0.9-0@14641~394 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=1e40a46561b3cd24c99c42a31baeb3517a62dc05;p=sfa.git keyconvert had the wrong path --- 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")