From: Brian Warner Date: Sun, 8 Jul 2007 05:20:03 +0000 (-0700) Subject: web: remove more dead code X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=135f08a5189232b334596249bdce0493ac4cdfd0;p=tahoe-lafs%2Ftahoe-lafs.git web: remove more dead code --- diff --git a/src/allmydata/web/directory.xhtml b/src/allmydata/web/directory.xhtml index b8a7ab83..93739f23 100644 --- a/src/allmydata/web/directory.xhtml +++ b/src/allmydata/web/directory.xhtml @@ -22,14 +22,6 @@ XML - -
@@ -55,59 +47,6 @@
- - - -
diff --git a/src/allmydata/webish.py b/src/allmydata/webish.py index db5d4279..53531ddb 100644 --- a/src/allmydata/webish.py +++ b/src/allmydata/webish.py @@ -29,13 +29,6 @@ class Directory(rend.Page): self._dirnode = dirnode self._dirpath = dirpath - def childFactory(self, ctx, name): - if name.startswith("freeform"): # ick - return None - #if name == "@manifest": # ick, this time it's my fault - # return Manifest(self._dirnode, self._dirpath) - return rend.NotFound - def dirpath_as_string(self): return "/" + "/".join(self._dirpath)