mercurial/patch.py
branchstable
changeset 14764 a7d5816087a9
parent 14695 e4d3370fa234
child 14832 d60e4f227d75
--- 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