mirror of
ssh://devgit.janware.com/janware/proj/jw-python
synced 2026-06-18 08:56:38 +02:00
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 428692ea3a | |||
| c96ffe52c0 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 428692ea3a |
Streamline Python file headers somewhat
- Add coding statement
- Import all modules in one line where possible
- Order: __future__, typing, plain imports, from imports,
janware modules Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| c96ffe52c0 |
Add Process and Signals support
Signed-off-by: Jan Lindemann <jan@janware.com> |