##// END OF EJS Templates
branching: merge default into stable for 6.1 freeze
branching: merge default into stable for 6.1 freeze

File last commit:

r43346:2372284d default
r50035:c00d3ce4 merge 6.1rc0 stable
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__)