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