Skip to content

Commit

Permalink
Upgrade to kazoo>=2.1, add shebang to file
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-vin committed Oct 1, 2015
1 parent 813d743 commit 3cc8ef0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
@@ -0,0 +1 @@
kazoo>=2.1
3 changes: 2 additions & 1 deletion zk-find.py
@@ -1,3 +1,4 @@
#!/usr/bin/env python
#
# This is a FIND utility for Zookeeper
#
Expand All @@ -24,7 +25,7 @@ def error(*objs):
from kazoo.client import KazooClient
from kazoo.client import KazooState
from kazoo.exceptions import NoNodeError
from kazoo.handlers.threading import TimeoutError
from kazoo.handlers.threading import KazooTimeoutError as TimeoutError
import re

def list_children(parent,prog):
Expand Down

0 comments on commit 3cc8ef0

Please sign in to comment.