More cleanup of stuff to make the pvcd module

This commit is contained in:
2018-06-14 12:07:46 -04:00
parent ff6c05a042
commit f2d7b5a62a
6 changed files with 13 additions and 4 deletions

10
pvc.py
View File

@@ -20,7 +20,15 @@
#
###############################################################################
import kazoo.client, os, socket, time, click, lxml.objectify, ansiiprint, configparser
import os
import socket
import time
import click
import lxml.objectify
import configparser
import kazoo.client
import pvc.ansiiprint as ansiiprint
###############################################################################
# Supplemental functions