Mercurial > hg
changeset 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 | a0aeb096bb12 |
children | d669b1ad215f |
files | contrib/import-checker.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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',