Skip to content
Snippets Groups Projects
Commit e5be48dd authored by Yuya Nishihara's avatar Yuya Nishihara
Browse files

import-checker: allow symbol imports from hgweb.common and .request

This seems the convention of hgweb.
parent cdc3e437
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,8 @@
# Whitelist of modules that symbols can be directly imported from.
allowsymbolimports = (
'__future__',
'mercurial.hgweb.common',
'mercurial.hgweb.request',
'mercurial.i18n',
'mercurial.node',
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment