]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
replace Client.create_empty_dirnode() with create_dirnode(), in anticipation
authorBrian Warner <warner@lothar.com>
Mon, 12 Oct 2009 22:45:06 +0000 (15:45 -0700)
committerBrian Warner <warner@lothar.com>
Mon, 12 Oct 2009 22:45:06 +0000 (15:45 -0700)
commit3ee740628ab32aae0694928a6bc3db3c8116f93b
treeb45f2a28a97feef4f128553e2a826678a00a9ee7
parent576c47d61ee4c4b3347e4b4699d07e715977677d
replace Client.create_empty_dirnode() with create_dirnode(), in anticipation
of adding initial_children= argument.

Includes stubbed-out initial_children= support.
src/allmydata/client.py
src/allmydata/interfaces.py
src/allmydata/test/test_cli.py
src/allmydata/test/test_deepcheck.py
src/allmydata/test/test_dirnode.py
src/allmydata/test/test_system.py
src/allmydata/test/test_web.py
src/allmydata/web/unlinked.py