##// END OF EJS Templates
copies: rename value/other variable to minor/major for clarity...
copies: rename value/other variable to minor/major for clarity Differential Revision: https://phab.mercurial-scm.org/D9591

File last commit:

r43346:2372284d default
r46777:6b9d6529 default
Show More
__init__.py
5 lines | 158 B | text/x-python | PythonLexer
# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)