branch | stable |
changeset 14764 | a7d5816087a9 |
parent 10905 | 13a1b2fb7ef2 |
child 14947 | 3aa34005a73d |
--- 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