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