This website requires JavaScript.
Explore
Help
janware
/
jw-pkg
Watch
1
Code
Pull requests
Activity
Actions
8c5c98c95a
jw-pkg
/
src
/
python
/
jw
/
__init__.py
2 lines
75 B
Python
Raw
Normal View
History
Unescape
Escape
src/python/jw/Makefile: use py-ns-dir.mk Use py-ns-dir.mk at the first and only shared namespace node that the jw-pkg repo establishes: jw. Signed-off-by: Jan Lindemann <jan@janware.com>
2026-05-26 14:47:28 +02:00
from
pkgutil
import
extend_path
__path__
=
extend_path
(
__path__
,
__name__
)
Copy permalink