source:
main/ikobacustom.skeleton/trunk/src/ikobacustom/__init__.py
@
17949
Last change on this file since 17949 was 12175, checked in by , 10 years ago | |
---|---|
|
|
File size: 214 bytes |
Rev | Line | |
---|---|---|
[12175] | 1 | # namespace package boilerplate |
2 | try: | |
3 | import pkg_resources | |
4 | pkg_resources.declare_namespace(__name__) | |
5 | except ImportError, e: | |
6 | from pkgutil import extend_path | |
7 | __path__ = extend_path(__path__, __name__) |
Note: See TracBrowser for help on using the repository browser.