##// END OF EJS Templates
Added signature for changeset f67b8946bb1b
Added signature for changeset f67b8946bb1b

File last commit:

r43346:2372284d default
r47757:01264552 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__)