Changeset 17309 for main/waeup.kofa
- Timestamp:
- 23 Jan 2023, 08:49:10 (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/__init__.py
r7137 r17309 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.