hgext/highlight/__init__.py
changeset 48875 6000f5b25c9b
parent 44009 e685fac56693
child 50780 534c0dadd210
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
    24 be identified by their filename. When this is not enabled (the default),
    24 be identified by their filename. When this is not enabled (the default),
    25 Pygments will try very hard to identify the file type from content and any
    25 Pygments will try very hard to identify the file type from content and any
    26 match (even matches with a low confidence score) will be used.
    26 match (even matches with a low confidence score) will be used.
    27 """
    27 """
    28 
    28 
    29 from __future__ import absolute_import
       
    30 
    29 
    31 from . import highlight
    30 from . import highlight
    32 from mercurial.hgweb import (
    31 from mercurial.hgweb import (
    33     webcommands,
    32     webcommands,
    34     webutil,
    33     webutil,