X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=hippotat.git;a=blobdiff_plain;f=hippotatd;h=8fb0e0c7333163366050e2633ecff42e36be06ee;hp=40f4c69d32ebcb0d0ab659bd76e0da44828e9e49;hb=f963d7a3638b5e3bd16ac62d037034185e6ab8a2;hpb=3a8ed92d586a32264a76867ea36df76361131bec diff --git a/hippotatd b/hippotatd index 40f4c69..8fb0e0c 100755 --- a/hippotatd +++ b/hippotatd @@ -218,7 +218,7 @@ class NotStupidResource(twisted.web.resource.Resource): # why this is not the default is a mystery! def getChild(self, name, request): if name == b'': return self - else: return twisted.web.resource.Resource.getChild(name, request) + else: return twisted.web.resource.Resource.getChild(self, name, request) class IphttpResource(NotStupidResource): def render_POST(self, request):