##// END OF EJS Templates
docker-pytype: use version v2.1 of the CI image...
docker-pytype: use version v2.1 of the CI image It use a more recent pytype as far as I understand.

File last commit:

r51590:e7ef11b7 default
r52656:81be242a default
Show More
__main__.py
12 lines | 215 B | text/x-python | PythonLexer
def run():
from . import demandimport
with demandimport.tracing.log('hg script'):
demandimport.enable()
from . import dispatch
dispatch.run()
if __name__ == '__main__':
run()