From 3ad8d7c1fb1e65de8d88c494ca75a8c5c283a472 Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Thu, 31 Jan 2013 17:16:32 +0100 Subject: Remove unused krbV imports https://fedorahosted.org/freeipa/ticket/3381 --- install/restart_scripts/renew_ca_cert | 1 - 1 file changed, 1 deletion(-) (limited to 'install/restart_scripts') diff --git a/install/restart_scripts/renew_ca_cert b/install/restart_scripts/renew_ca_cert index b7e4ebaa..b1efd8f9 100644 --- a/install/restart_scripts/renew_ca_cert +++ b/install/restart_scripts/renew_ca_cert @@ -23,7 +23,6 @@ import os import sys import shutil import tempfile -import krbV import syslog import random import time -- cgit