##// END OF EJS Templates
library: enable runpy invocation on mercurial package
library: enable runpy invocation on mercurial package

File last commit:

r51589:eb01d3a6 default
r51589:eb01d3a6 default
Show More
__main__.py
4 lines | 74 B | text/x-python | PythonLexer
Jason R. Coombs
library: enable runpy invocation on mercurial package
r51589 if __name__ == '__main__':
from . import dispatch
dispatch.run()