From c8dcbd102774eaaf850d0dc06fbd48ed57627350 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Wed, 6 Jun 2018 02:12:49 -0400 Subject: [PATCH] Remove pvcf import --- NodeInstance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NodeInstance.py b/NodeInstance.py index 57f97f90..d8f0d895 100644 --- a/NodeInstance.py +++ b/NodeInstance.py @@ -20,7 +20,7 @@ # ############################################################################### -import os, sys, socket, time, threading, libvirt, kazoo.client, pvcf +import os, sys, socket, time, threading, libvirt, kazoo.client class NodeInstance(threading.Thread): def __init__(self, name, t_node, s_domain, zk):