From 64883787645cc972e1b6f905a235e0f4df8fcf2a Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Tue, 7 Feb 2012 08:22:14 -0500 Subject: Move the compat module from ipalib to ipapython. Fixes import problems trying to import just ipalib/compat.py. https://fedorahosted.org/freeipa/ticket/754 --- ipaserver/install/certs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipaserver/install/certs.py') diff --git a/ipaserver/install/certs.py b/ipaserver/install/certs.py index 3cbcec5c8..13770811e 100644 --- a/ipaserver/install/certs.py +++ b/ipaserver/install/certs.py @@ -46,7 +46,7 @@ import nss.nss as nss from ipalib import api -from ipalib.compat import sha1 +from ipapython.compat import sha1 # Apache needs access to this database so we need to create it # where apache can reach -- cgit