From: Brian Warner Date: Wed, 11 Jun 2008 19:59:28 +0000 (-0700) Subject: directory.py: revert that addSlash, it causes a test to fail and we don't understand... X-Git-Tag: allmydata-tahoe-1.1.0~2 X-Git-Url: https://git.rkrishnan.org/FOOURL?a=commitdiff_plain;h=4c681847f8ca7d5492d4904ef1b0e7f2402a4cbb;p=tahoe-lafs%2Ftahoe-lafs.git directory.py: revert that addSlash, it causes a test to fail and we don't understand it yet, and we don't need the fix quite yet --- diff --git a/src/allmydata/web/directory.py b/src/allmydata/web/directory.py index 5fe2db63..2bd51f15 100644 --- a/src/allmydata/web/directory.py +++ b/src/allmydata/web/directory.py @@ -367,7 +367,7 @@ class DirectoryAsHTML(rend.Page): # The remainder of this class is to render the directory into # human+browser -oriented HTML. docFactory = getxmlfile("directory.xhtml") - addSlash = True + #addSlash = True def __init__(self, node): rend.Page.__init__(self)