Mercurial > hg-stable
changeset 33937:5ed0be4d9df9
contrib: add bzrlib to list of packages from which we import symbols
Helps some tests pass the import checker.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Tue, 22 Aug 2017 15:28:54 -0400 |
parents | eddca62d9e64 |
children | 8a8dd6e4a97a |
files | contrib/import-checker.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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',