]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Rename web CheckResults to -Renderer, to avoid confusion. Closes #1705.
authorBrian Warner <warner@lothar.com>
Tue, 3 Apr 2012 03:02:59 +0000 (20:02 -0700)
committerBrian Warner <warner@lothar.com>
Tue, 3 Apr 2012 03:04:51 +0000 (20:04 -0700)
commitbf390cca4b51cfefd8b375b0d3ebf0bfe2d91593
tree8874727fb28ee2194c3b3ad70897e759e1936a30
parent3a2a086f6cc174f2eb2256a13a194f5ddb8fc065
Rename web CheckResults to -Renderer, to avoid confusion. Closes #1705.

This avoids the name collision between the actual results
objects (defined in allmydata.check_results) and the code that renders
these objects into HTML (defined in allmydata.web.check_results). Only
the web-side objects were renamed.
src/allmydata/test/test_checker.py
src/allmydata/web/check_results.py
src/allmydata/web/directory.py
src/allmydata/web/filenode.py