mercurial/hgweb/request.py
changeset 48875 6000f5b25c9b
parent 46907 ffd3e823a7e5
child 48905 7eebe5630bcc
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     4 # Copyright 2005, 2006 Olivia Mackall <olivia@selenic.com>
     4 # Copyright 2005, 2006 Olivia Mackall <olivia@selenic.com>
     5 #
     5 #
     6 # This software may be used and distributed according to the terms of the
     6 # This software may be used and distributed according to the terms of the
     7 # GNU General Public License version 2 or any later version.
     7 # GNU General Public License version 2 or any later version.
     8 
     8 
     9 from __future__ import absolute_import
       
    10 
     9 
    11 # import wsgiref.validate
    10 # import wsgiref.validate
    12 
    11 
    13 from ..thirdparty import attr
    12 from ..thirdparty import attr
    14 from .. import (
    13 from .. import (