Fix name of "ansiiprint" since it's "ANSI"

This commit is contained in:
2018-10-20 15:28:25 -04:00
parent a3f7419124
commit 05af23064f
5 changed files with 105 additions and 105 deletions

View File

@ -21,7 +21,7 @@
###############################################################################
import kazoo.client
import client_lib.ansiiprint as ansiiprint
import client_lib.ansiprint as ansiprint
# Exists function
def exists(zk_conn, key):