##// END OF EJS Templates
import-checker: reset context to verify convention in function scope...
import-checker: reset context to verify convention in function scope I got the following error by rewriting hgweb/webcommands.py to use absolute_import. It is false-positive because the import line appears in "help" function: hgweb/webcommands.py:1297: higher-level import should come first: mercurial This patch makes the import checker aware of the function scope and apply rules recursively.

File last commit:

r1360:7d439981 default
r26965:1fa66d3a default
Show More
__init__.py
1 line | 14 B | text/x-python | PythonLexer
# placeholder