contrib/import-checker.py
changeset 34395 41401f502c83
parent 34038 bc2535238de2
child 37180 922b3fae9c7d
--- a/contrib/import-checker.py	Sun Oct 01 03:48:28 2017 -0700
+++ b/contrib/import-checker.py	Sun Oct 01 03:24:19 2017 -0700
@@ -35,6 +35,8 @@
     'mercurial.pure.mpatch',
     'mercurial.pure.osutil',
     'mercurial.pure.parsers',
+    # third-party imports should be directly imported
+    'mercurial.thirdparty',
 )
 
 # Whitelist of symbols that can be directly imported.