author | Augie Fackler <raf@durin42.com> |
Tue, 22 Aug 2017 14:12:21 -0400 | |
changeset 33893 | c9cf69d0c3b9 |
parent 33892 | 78f644fdaa2a |
child 33894 | c856cb1c29be |
--- a/contrib/import-checker.py Tue Aug 22 14:12:03 2017 -0400 +++ b/contrib/import-checker.py Tue Aug 22 14:12:21 2017 -0400 @@ -21,6 +21,7 @@ # Whitelist of modules that symbols can be directly imported from. allowsymbolimports = ( '__future__', + 'mercurial', 'mercurial.hgweb.common', 'mercurial.hgweb.request', 'mercurial.i18n',