##// END OF EJS Templates
import-checker: allow importing symbols from pure modules...
Yuya Nishihara -
r32507:95085d74 default
parent child Browse files
Show More
@@ -22,6 +22,13 allowsymbolimports = (
22 22 'mercurial.hgweb.request',
23 23 'mercurial.i18n',
24 24 'mercurial.node',
25 # for cffi modules to re-export pure functions
26 'mercurial.pure.base85',
27 'mercurial.pure.bdiff',
28 'mercurial.pure.diffhelpers',
29 'mercurial.pure.mpatch',
30 'mercurial.pure.osutil',
31 'mercurial.pure.parsers',
25 32 )
26 33
27 34 # Whitelist of symbols that can be directly imported.
General Comments 0
You need to be logged in to leave comments. Login now