# HG changeset patch # User Augie Fackler # Date 1503425541 14400 # Node ID c9cf69d0c3b9a6f8578f7e33f8cb3f0c7949d608 # Parent 78f644fdaa2a9cc781d5f7116c024108590bd6fe contrib: allow importing "symbols" from mercurial diff -r 78f644fdaa2a -r c9cf69d0c3b9 contrib/import-checker.py --- 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',