From 135f08a5189232b334596249bdce0493ac4cdfd0 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Sat, 7 Jul 2007 22:20:03 -0700 Subject: [PATCH] web: remove more dead code --- src/allmydata/web/directory.xhtml | 61 ------------------------------- src/allmydata/webish.py | 7 ---- 2 files changed, 68 deletions(-) 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) -- 2.45.2