contrib/import-checker.py
changeset 33919 5ed0be4d9df9
parent 33915 2d64b2f1787b
child 33920 8a8dd6e4a97a
--- a/contrib/import-checker.py	Tue Aug 22 15:50:53 2017 -0400
+++ b/contrib/import-checker.py	Tue Aug 22 15:28:54 2017 -0400
@@ -21,6 +21,7 @@
 # Whitelist of modules that symbols can be directly imported from.
 allowsymbolimports = (
     '__future__',
+    'bzrlib',
     'hgclient',
     'mercurial',
     'mercurial.hgweb.common',