mercurial/hgweb/webutil.py
changeset 50929 18c8c18993f0
parent 50928 d718eddf01d9
equal deleted inserted replaced
50928:d718eddf01d9 50929:18c8c18993f0
    12 import os
    12 import os
    13 import re
    13 import re
    14 
    14 
    15 from ..i18n import _
    15 from ..i18n import _
    16 from ..node import hex, short
    16 from ..node import hex, short
    17 from ..pycompat import setattr
       
    18 
    17 
    19 from .common import (
    18 from .common import (
    20     ErrorResponse,
    19     ErrorResponse,
    21     HTTP_BAD_REQUEST,
    20     HTTP_BAD_REQUEST,
    22     HTTP_NOT_FOUND,
    21     HTTP_NOT_FOUND,