contrib/import-checker.py
changeset 48925 029b76d645dc
parent 47797 42e2cdb50db0
child 48959 a52f5bfc9358
equal deleted inserted replaced
48924:64a8cdf4f327 48925:029b76d645dc
    22 
    22 
    23 # Whitelist of modules that symbols can be directly imported from.
    23 # Whitelist of modules that symbols can be directly imported from.
    24 allowsymbolimports = (
    24 allowsymbolimports = (
    25     '__future__',
    25     '__future__',
    26     'breezy',
    26     'breezy',
       
    27     'concurrent',
    27     'hgclient',
    28     'hgclient',
    28     'mercurial',
    29     'mercurial',
    29     'mercurial.hgweb.common',
    30     'mercurial.hgweb.common',
    30     'mercurial.hgweb.request',
    31     'mercurial.hgweb.request',
    31     'mercurial.i18n',
    32     'mercurial.i18n',