From 2050a42384e43e8ffe10a3839b947eb3fd9fcbbf Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 2 Jul 2009 23:25:38 +0000 Subject: [PATCH] needed renamings --- geni/util/certificate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geni/util/certificate.py b/geni/util/certificate.py index 06e4c2a4..77797a9b 100644 --- a/geni/util/certificate.py +++ b/geni/util/certificate.py @@ -23,7 +23,7 @@ import M2Crypto from M2Crypto import X509 from M2Crypto import EVP -from faults import * +from geni.util.faults import * def convert_public_key(key): # find the keyconvert program -- 2.47.0