- Timestamp:
- 27 Jan 2023, 06:41:48 (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/__init__.py
r12973 r17316 3 3 import pkg_resources 4 4 pkg_resources.declare_namespace(__name__) 5 except ImportError , e:5 except ImportError: 6 6 from pkgutil import extend_path 7 7 __path__ = extend_path(__path__, __name__)
Note: See TracChangeset for help on using the changeset viewer.