contrib/import-checker.py
changeset 50761 2c34c9b61a4f
parent 50365 82e5a9b1ef1e
child 51371 cf1bee12ecdb
equal deleted inserted replaced
50760:b584dae08774 50761:2c34c9b61a4f
    43     'mercurial.pure.parsers',
    43     'mercurial.pure.parsers',
    44     # third-party imports should be directly imported
    44     # third-party imports should be directly imported
    45     'mercurial.thirdparty',
    45     'mercurial.thirdparty',
    46     'mercurial.thirdparty.attr',
    46     'mercurial.thirdparty.attr',
    47     'mercurial.thirdparty.jaraco.collections',
    47     'mercurial.thirdparty.jaraco.collections',
       
    48     'mercurial.thirdparty.tomli',
    48     'mercurial.thirdparty.zope',
    49     'mercurial.thirdparty.zope',
    49     'mercurial.thirdparty.zope.interface',
    50     'mercurial.thirdparty.zope.interface',
    50     'typing',
    51     'typing',
    51     'xml.etree.ElementTree',
    52     'xml.etree.ElementTree',
    52 )
    53 )