##// END OF EJS Templates
contrib: allow symbol imports from hgclient for tests
Augie Fackler -
r33916:2d64b2f1 default
parent child Browse files
Show More
@@ -21,6 +21,7 b' if True: # disable lexical sorting check'
21 21 # Whitelist of modules that symbols can be directly imported from.
22 22 allowsymbolimports = (
23 23 '__future__',
24 'hgclient',
24 25 'mercurial',
25 26 'mercurial.hgweb.common',
26 27 'mercurial.hgweb.request',
General Comments 0
You need to be logged in to leave comments. Login now