]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit - src/allmydata/webish.py
webapi: pass client through constructor arguments, remove IClient, should make it...
authorBrian Warner <warner@lothar.com>
Fri, 20 Feb 2009 19:15:54 +0000 (12:15 -0700)
committerBrian Warner <warner@lothar.com>
Fri, 20 Feb 2009 19:15:54 +0000 (12:15 -0700)
commitc6c30ac5d4965dc4b480e374dec5d4cb4e6815f1
treeabae0552930c5bd327c831b28fe8607caaa6cd01
parente357b8a6790de0130efb7d4f2ab89e5482ae4d6f
webapi: pass client through constructor arguments, remove IClient, should make it easier to test web renderers in isolation
14 files changed:
src/allmydata/client.py
src/allmydata/introducer/server.py
src/allmydata/test/test_web.py
src/allmydata/web/check_results.py
src/allmydata/web/common.py
src/allmydata/web/directory.py
src/allmydata/web/filenode.py
src/allmydata/web/helper.xhtml
src/allmydata/web/introweb.py
src/allmydata/web/root.py
src/allmydata/web/statistics.xhtml
src/allmydata/web/status.py
src/allmydata/web/unlinked.py
src/allmydata/webish.py