Changeset 17320 for main/kofacustom.edopoly/trunk/src
- Timestamp:
- 27 Jan 2023, 06:53:55 (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edopoly/trunk/src/kofacustom/__init__.py
r10765 r17320 19 19 import pkg_resources 20 20 pkg_resources.declare_namespace(__name__) 21 except ImportError , e:21 except ImportError: 22 22 from pkgutil import extend_path 23 23 __path__ = extend_path(__path__, __name__)
Note: See TracChangeset for help on using the changeset viewer.