From 18476c95384ef242923398bbf1985a002dcc87b6 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Fri, 25 Jun 2010 09:44:27 -0400 Subject: Use newer API in ipalib/x509 and add missing import. The import was only used when running the in-tree lite-server --- ipalib/x509.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ipalib/x509.py') diff --git a/ipalib/x509.py b/ipalib/x509.py index bb765faad..4637e9f27 100644 --- a/ipalib/x509.py +++ b/ipalib/x509.py @@ -17,6 +17,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +import os import sys import base64 import nss.nss as nss -- cgit