contrib/import-checker.py
changeset 33893 c9cf69d0c3b9
parent 33890 3de9a2df6411
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',