Submitter | phabricator |
---|---|
Date | March 2, 2022, 3:46 p.m. |
Message ID | <differential-rev-PHID-DREV-qs3zoye3crpaitczpuiz-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/50616/ |
State | New |
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 @@ -24,6 +24,7 @@ allowsymbolimports = ( '__future__', 'breezy', + 'concurrent', 'hgclient', 'mercurial', 'mercurial.hgweb.common',