From 18e24a80084b7958aef0dc5ec002487063ddfbd5 Mon Sep 17 00:00:00 2001 From: meejah Date: Thu, 5 Sep 2019 16:50:25 -0600 Subject: [PATCH] unused --- src/allmydata/test/web/test_root.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/allmydata/test/web/test_root.py b/src/allmydata/test/web/test_root.py index 85b8e484c..c54bba35a 100644 --- a/src/allmydata/test/web/test_root.py +++ b/src/allmydata/test/web/test_root.py @@ -34,16 +34,6 @@ class FakeContext(object): self.slots[slotname] = contents -class FakeField(object): - """ - Without using Nevow code directly, provide a false IRequest.fields - implementation on top of twisted.web's DummyRequest - """ - def __init__(self, **kw): - for k, v in kw.items(): - setattr(self, k, v) - - class RenderSlashUri(unittest.TestCase): """ Ensure that URIs starting with /uri?uri= only accept valid