author | Augie Fackler <raf@durin42.com> |
Tue, 22 Aug 2017 14:25:06 -0400 | |
changeset 33915 | 2d64b2f1787b |
parent 33914 | a0aeb096bb12 |
child 33916 | d669b1ad215f |
--- 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',