mercurial/util.py
changeset 8778 c5f36402daad
parent 8631 a87c41f65aff
child 8785 7a9151bc5b37
--- a/mercurial/util.py	Wed Jun 10 03:20:20 2009 +0200
+++ b/mercurial/util.py	Wed Jun 10 15:10:21 2009 +0200
@@ -749,7 +749,7 @@
         raise
     return temp
 
-class atomictempfile:
+class atomictempfile(object):
     """file-like object that atomically updates a file
 
     All writes will be redirected to a temporary copy of the original