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 = .. TOPDIR = ..
EXE_SH += $(wildcard jannet jcs)
DONT_INSTALL = __init__.py
include $(TOPDIR)/make/proj.mk include $(TOPDIR)/make/proj.mk
EXE_SH += $(wildcard jannet jcs)
include $(JWBDIR)/make/scripts.mk include $(JWBDIR)/make/scripts.mk

View file

@ -1,2 +0,0 @@
import sys, os
sys.path.insert(0, os.path.abspath(os.path.dirname(__file__) + '/../src/python'))

1
scripts/jw Symbolic link
View file

@ -0,0 +1 @@
../src/python/jw