mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-16 04:23:31 +01:00
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ded9588396 | |||
| 17bf98cb7a |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| ded9588396 |
jw.build: Disable generation of __init__.py
The default behaviour of a generated __init__.py is to load all exported symbols in the respective directory. Since jw-python.py is invoked often, this hampers performance, so disable it. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 17bf98cb7a |
build.Cmd: Add module
Cmd is meant as a base class for classes representing commands currently still implemented as methods of the Project class. Signed-off-by: Jan Lindemann <jan@janware.com> |