Submitter | Augie Fackler |
---|---|
Date | Aug. 24, 2017, 2:33 p.m. |
Message ID | <4954e118c22f530c2cc9.1503585203@imladris.local> |
Download | mbox | patch |
Permalink | /patch/23295/ |
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__', + 'hgclient', 'mercurial', 'mercurial.hgweb.common', 'mercurial.hgweb.request',