# HG changeset patch
# User Augie Fackler <r...@durin42.com>
# Date 1503426306 14400
#      Tue Aug 22 14:25:06 2017 -0400
# Node ID 4954e118c22f530c2cc91cb7900f003b5d920ddd
# Parent  ee1f4dd1c3a53cd08e5329b80ba5d93811ab5d1c
contrib: allow symbol imports from hgclient for tests

diff --git a/contrib/import-checker.py b/contrib/import-checker.py
--- a/contrib/import-checker.py
+++ b/contrib/import-checker.py
@@ -21,6 +21,7 @@ if True: # disable lexical sorting check
 # Whitelist of modules that symbols can be directly imported from.
 allowsymbolimports = (
     '__future__',
+    'hgclient',
     'mercurial',
     'mercurial.hgweb.common',
     'mercurial.hgweb.request',
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to