contrib/import-checker.py
changeset 33915 2d64b2f1787b
parent 33897 b4294ff13392
child 33919 5ed0be4d9df9
--- 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',