contrib/import-checker.py
changeset 37180 922b3fae9c7d
parent 34395 41401f502c83
child 37569 2025bf60adb2
--- 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.