Revert "scripts: Add __init__.py"

This reverts commit 98188eab23.

__init__.py alone is not enough to resolve the jw module in all
circumnstances, so go back to the old symbolic links solution.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2026-01-25 15:01:55 +01:00
commit 1183aed3f5
3 changed files with 2 additions and 5 deletions

View file

@ -1,7 +1,5 @@
TOPDIR = ..
EXE_SH += $(wildcard jannet jcs)
DONT_INSTALL = __init__.py
include $(TOPDIR)/make/proj.mk
EXE_SH += $(wildcard jannet jcs)
include $(JWBDIR)/make/scripts.mk