mercurial/hgweb/wsgicgi.py
changeset 51859 f4733654f144
parent 50940 32c13716147e
equal deleted inserted replaced
51858:607e94e01851 51859:f4733654f144
     6 # GNU General Public License version 2 or any later version.
     6 # GNU General Public License version 2 or any later version.
     7 #
     7 #
     8 # This was originally copied from the public domain code at
     8 # This was originally copied from the public domain code at
     9 # http://www.python.org/dev/peps/pep-0333/#the-server-gateway-side
     9 # http://www.python.org/dev/peps/pep-0333/#the-server-gateway-side
    10 
    10 
       
    11 from __future__ import annotations
    11 
    12 
    12 from .. import encoding, pycompat
    13 from .. import encoding, pycompat
    13 
    14 
    14 from ..utils import procutil
    15 from ..utils import procutil
    15 
    16