[#5] Import ansiiprint properly

This commit is contained in:
Joshua Boniface 2018-06-26 23:31:34 -04:00
parent 4320fcdf0e
commit 475e7ea0b8
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@
# #
############################################################################### ###############################################################################
import kazoo.client, ansiiprint import kazoo.client
import pvcd.ansiiprint as ansiiprint
# Child list function # Child list function
def listchildren(zk_conn, key): def listchildren(zk_conn, key):