contrib/import-checker.py
changeset 41161 98ce494e104d
parent 40687 dd028bca9221
child 42388 04eb3c5607af
equal deleted inserted replaced
41160:a9905045b992 41161:98ce494e104d
    38     'mercurial.pure.osutil',
    38     'mercurial.pure.osutil',
    39     'mercurial.pure.parsers',
    39     'mercurial.pure.parsers',
    40     # third-party imports should be directly imported
    40     # third-party imports should be directly imported
    41     'mercurial.thirdparty',
    41     'mercurial.thirdparty',
    42     'mercurial.thirdparty.attr',
    42     'mercurial.thirdparty.attr',
    43     'mercurial.thirdparty.cbor',
       
    44     'mercurial.thirdparty.cbor.cbor2',
       
    45     'mercurial.thirdparty.zope',
    43     'mercurial.thirdparty.zope',
    46     'mercurial.thirdparty.zope.interface',
    44     'mercurial.thirdparty.zope.interface',
    47 )
    45 )
    48 
    46 
    49 # Whitelist of symbols that can be directly imported.
    47 # Whitelist of symbols that can be directly imported.