mercurial/__init__.py
changeset 32409 017ad85e5ac8
parent 32408 3b88a7fa97d8
child 32410 151cc3b3d799
equal deleted inserted replaced
32408:3b88a7fa97d8 32409:017ad85e5ac8
    21 modulepolicy = policy.policy
    21 modulepolicy = policy.policy
    22 
    22 
    23 # Modules that have both Python and C implementations. See also the
    23 # Modules that have both Python and C implementations. See also the
    24 # set of .py files under mercurial/pure/.
    24 # set of .py files under mercurial/pure/.
    25 _dualmodules = {
    25 _dualmodules = {
    26     'mercurial.diffhelpers',
       
    27     'mercurial.mpatch',
    26     'mercurial.mpatch',
    28     'mercurial.parsers',
    27     'mercurial.parsers',
    29 }
    28 }
    30 
    29 
    31 class hgimporter(object):
    30 class hgimporter(object):