Submitter | Augie Fackler |
---|---|
Date | Aug. 24, 2017, 2:33 p.m. |
Message ID | <3973af0b0ae185ab05b0.1503585207@imladris.local> |
Download | mbox | patch |
Permalink | /patch/23298/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/contrib/import-checker.py b/contrib/import-checker.py --- a/contrib/import-checker.py +++ b/contrib/import-checker.py @@ -21,6 +21,7 @@ if True: # disable lexical sorting check # Whitelist of modules that symbols can be directly imported from. allowsymbolimports = ( '__future__', + 'bzrlib', 'hgclient', 'mercurial', 'mercurial.hgweb.common',