Submitter | Augie Fackler |
---|---|
Date | Aug. 23, 2017, 2:55 p.m. |
Message ID | <d8042acd416ee5c0daee.1503500103@imladris.local> |
Download | mbox | patch |
Permalink | /patch/23233/ |
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__', + 'mercurial', 'mercurial.hgweb.common', 'mercurial.hgweb.request', 'mercurial.i18n',