[Updated] D12278: imports: allow importing futures from concurrent
durin42 (Augie Fackler)
phabricator at mercurial-scm.org
Wed Mar 2 16:28:12 UTC 2022
Closed by commit rHG0fb0cb817750: imports: allow importing futures from concurrent (authored by durin42).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D12278?vs=32369&id=32386
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D12278/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D12278
AFFECTED FILES
contrib/import-checker.py
CHANGE DETAILS
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',
To: durin42, indygreg, #hg-reviewers
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20220302/3049ac1e/attachment-0002.html>
More information about the Mercurial-patches
mailing list