contrib: add bzrlib to list of packages from which we import symbols
authorAugie Fackler <raf@durin42.com>
Tue, 22 Aug 2017 15:28:54 -0400
changeset 33919 5ed0be4d9df9
parent 33918 eddca62d9e64
child 33920 8a8dd6e4a97a
contrib: add bzrlib to list of packages from which we import symbols Helps some tests pass the import checker.
contrib/import-checker.py
--- 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',