##// END OF EJS Templates
import-checker: allow symbol imports from hgweb.common and .request...
Yuya Nishihara -
r27018:e5be48dd default
parent child Browse files
Show More
@@ -14,6 +14,8 b' import zlib'
14 14 # Whitelist of modules that symbols can be directly imported from.
15 15 allowsymbolimports = (
16 16 '__future__',
17 'mercurial.hgweb.common',
18 'mercurial.hgweb.request',
17 19 'mercurial.i18n',
18 20 'mercurial.node',
19 21 )
General Comments 0
You need to be logged in to leave comments. Login now