cluster: STABLE3 - fence_ilo: do not import unrequired modules

Fabio M. Di Nitto fabbione at fedoraproject.org
Tue Oct 20 04:05:54 UTC 2009


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=c5261f268d99c48d3e9a14c89f4cbef53e3ec57d
Commit:        c5261f268d99c48d3e9a14c89f4cbef53e3ec57d
Parent:        749649428f4ed4f57f21ecf4a886fb3b8ac11260
Author:        Fabio M. Di Nitto <fdinitto at redhat.com>
AuthorDate:    Tue Oct 20 05:23:39 2009 +0200
Committer:     Fabio M. Di Nitto <fdinitto at redhat.com>
CommitterDate: Tue Oct 20 05:23:39 2009 +0200

fence_ilo: do not import unrequired modules

Signed-off-by: Fabio M. Di Nitto <fdinitto at redhat.com>
---
 fence/agents/ilo/fence_ilo.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/fence/agents/ilo/fence_ilo.py b/fence/agents/ilo/fence_ilo.py
index 0ff40d7..9905e2b 100755
--- a/fence/agents/ilo/fence_ilo.py
+++ b/fence/agents/ilo/fence_ilo.py
@@ -14,7 +14,6 @@
 import sys, re, pexpect, socket
 sys.path.append("@FENCEAGENTSLIBDIR@")
 from fencing import *
-from OpenSSL import SSL
 
 #BEGIN_VERSION_GENERATION
 RELEASE_VERSION="New ILO Agent - test release on steroids"


More information about the cluster-commits mailing list