contrib: allow symbol imports from hgclient for tests

This commit is contained in:
Augie Fackler 2017-08-22 14:25:06 -04:00
parent c154e0a746
commit aad2b05113

View File

@ -21,6 +21,7 @@ if True: # disable lexical sorting checks
# Whitelist of modules that symbols can be directly imported from.
allowsymbolimports = (
'__future__',
'hgclient',
'mercurial',
'mercurial.hgweb.common',
'mercurial.hgweb.request',