mercurial/httprangereader.py
changeset 2899 bee4b7abcb01
parent 2858 345bac2bc4ec
equal deleted inserted replaced
2898:06c05c675a35 2899:bee4b7abcb01
     1 # httprangereader.py - just what it says
     1 # httprangereader.py - just what it says
     2 #
     2 #
     3 # Copyright 2005 Matt Mackall <mpm@selenic.com>
     3 # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
     4 #
     4 #
     5 # This software may be used and distributed according to the terms
     5 # This software may be used and distributed according to the terms
     6 # of the GNU General Public License, incorporated herein by reference.
     6 # of the GNU General Public License, incorporated herein by reference.
     7 
     7 
     8 import byterange, urllib2
     8 import byterange, urllib2