changeset 20903 | 8d477543882b |
parent 18352 | e33b9b92a200 |
child 27046 | 37fcfe52c68c |
--- a/mercurial/hgweb/protocol.py Fri Mar 28 11:37:42 2014 -0700 +++ b/mercurial/hgweb/protocol.py Fri Mar 28 11:10:33 2014 -0700 @@ -12,7 +12,7 @@ HGTYPE = 'application/mercurial-0.1' HGERRTYPE = 'application/hg-error' -class webproto(object): +class webproto(wireproto.abstractserverproto): def __init__(self, req, ui): self.req = req self.response = ''