Mercurial > public > mercurial-scm > hg
diff contrib/import-checker.py @ 33915:2d64b2f1787b
contrib: allow symbol imports from hgclient for tests
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Tue, 22 Aug 2017 14:25:06 -0400 |
parents | b4294ff13392 |
children | 5ed0be4d9df9 |
line wrap: on
line diff
--- a/contrib/import-checker.py Tue Aug 22 14:15:16 2017 -0400 +++ b/contrib/import-checker.py Tue Aug 22 14:25:06 2017 -0400 @@ -21,6 +21,7 @@ # Whitelist of modules that symbols can be directly imported from. allowsymbolimports = ( '__future__', + 'hgclient', 'mercurial', 'mercurial.hgweb.common', 'mercurial.hgweb.request',