Mercurial > public > mercurial-scm > hg-stable
diff contrib/import-checker.py @ 37182:922b3fae9c7d
setup: register zope.interface packages and compile C extension
With this change, we should be able to use zope.interface in core!
Differential Revision: https://phab.mercurial-scm.org/D2932
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Wed, 21 Mar 2018 18:32:47 -0700 |
parents | 41401f502c83 |
children | 2025bf60adb2 |
line wrap: on
line diff
--- a/contrib/import-checker.py Wed Mar 21 18:13:40 2018 -0700 +++ b/contrib/import-checker.py Wed Mar 21 18:32:47 2018 -0700 @@ -37,6 +37,8 @@ 'mercurial.pure.parsers', # third-party imports should be directly imported 'mercurial.thirdparty', + 'mercurial.thirdparty.zope', + 'mercurial.thirdparty.zope.interface', ) # Whitelist of symbols that can be directly imported.