Remove pvcf import

This commit is contained in:
Joshua Boniface 2018-06-06 02:12:49 -04:00
parent d89314baa8
commit c8dcbd1027
1 changed files with 1 additions and 1 deletions

View File

@ -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):