contrib/import-checker.py
changeset 37711 65a23cc8e75b
parent 37569 2025bf60adb2
child 38797 8751d1e2a7ff
--- a/contrib/import-checker.py	Sun Apr 15 22:28:03 2018 -0400
+++ b/contrib/import-checker.py	Sat Apr 14 16:36:15 2018 -0700
@@ -36,6 +36,8 @@
     'mercurial.pure.parsers',
     # third-party imports should be directly imported
     'mercurial.thirdparty',
+    'mercurial.thirdparty.cbor',
+    'mercurial.thirdparty.cbor.cbor2',
     'mercurial.thirdparty.zope',
     'mercurial.thirdparty.zope.interface',
 )