From af07f60e2e5c9c26ab1ef1d0ecc0565672a85f56 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Mon, 17 Sep 2012 10:31:16 -0400 Subject: added json, md5 to Bcfg2.Compat --- src/lib/Bcfg2/Server/Plugins/SSLCA.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/lib/Bcfg2/Server/Plugins/SSLCA.py') diff --git a/src/lib/Bcfg2/Server/Plugins/SSLCA.py b/src/lib/Bcfg2/Server/Plugins/SSLCA.py index b02802ac8..8ca95ff62 100644 --- a/src/lib/Bcfg2/Server/Plugins/SSLCA.py +++ b/src/lib/Bcfg2/Server/Plugins/SSLCA.py @@ -5,13 +5,8 @@ import posixpath import tempfile import os from subprocess import Popen, PIPE, STDOUT -# Compatibility import -from Bcfg2.Compat import ConfigParser +from Bcfg2.Compat import ConfigParser, md5 -try: - from hashlib import md5 -except ImportError: - from md5 import md5 class SSLCA(Bcfg2.Server.Plugin.GroupSpool): """ -- cgit v1.2.3-1-g7c22