mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 17:23:36 +02:00
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1183aed3f5 | |||
| 98188eab23 | |||
| 3ed25d5654 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 1183aed3f5 |
Revert "scripts: Add __init__.py"
This reverts commit
|
|||
| 98188eab23 |
scripts: Add __init__.py
$(TOPDIR)/scripts contains a symbolic link jw -> ../src/python/jw, to allow jw-python.py access to the in-repo module jw.pkg. Should be fine now even on Windows, OTOH, it's also solvable via __init__.py, so do that. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 3ed25d5654 |
scripts: Add symbolic link jw -> ../src/python/jw
Adding a symbolic link to src/python/jw allows jw-projects.py to run without pointing PYTHONPATH to that module. Signed-off-by: Jan Lindemann <jan@janware.com> |