diff -r b071cd58af50 -r a7d5816087a9 mercurial/patch.py --- a/mercurial/patch.py Wed Jun 29 13:45:51 2011 +0200 +++ b/mercurial/patch.py Wed Jun 29 15:00:00 2011 +0200 @@ -1009,7 +1009,7 @@ def new(self, fuzz=0, toponly=False): return self.fuzzit(self.b, fuzz, toponly) -class binhunk: +class binhunk(object): 'A binary patch file. Only understands literals so far.' def __init__(self, lr): self.text = None