mercurial/hgweb/wsgicgi.py
changeset 50929 18c8c18993f0
parent 48913 f254fc73d956
child 50943 32c13716147e
equal deleted inserted replaced
50928:d718eddf01d9 50929:18c8c18993f0
     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 
    11 
    12 import os
    12 import os
    13 
    13 
    14 from ..pycompat import getattr
       
    15 from .. import pycompat
    14 from .. import pycompat
    16 
    15 
    17 from ..utils import procutil
    16 from ..utils import procutil
    18 
    17 
    19 from . import common
    18 from . import common