diff mercurial/byterange.py @ 14764:a7d5816087a9 stable

classes: fix class style problems found by b071cd58af50 This makes test-wireprotocol.py work on Python 2.4
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 29 Jun 2011 15:00:00 +0200
parents 13a1b2fb7ef2
children 3aa34005a73d
line wrap: on
line diff
--- a/mercurial/byterange.py	Wed Jun 29 13:45:51 2011 +0200
+++ b/mercurial/byterange.py	Wed Jun 29 15:00:00 2011 +0200
@@ -64,7 +64,7 @@
         # HTTP's Range Not Satisfiable error
         raise RangeError('Requested Range Not Satisfiable')
 
-class RangeableFileObject:
+class RangeableFileObject(object):
     """File object wrapper to enable raw range handling.
     This was implemented primarilary for handling range
     specifications for file:// urls. This object effectively makes