python-etcd
python-etcd copied to clipboard
Return nodes for a dir as a tree
This is a fix for #86
I added new parameter as_tree
with default set to False
, so it will not break any existing code.
The python 3 test has failed due to failure starting etcd. I guess this has nothing to do with my pull request...