mirror of
ssh://devgit.janware.com/janware/proj/jw-python
synced 2026-06-18 03:36:38 +02:00
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bfd0544ff8 | |||
| 428692ea3a | |||
| c96ffe52c0 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| bfd0544ff8 |
Fix errors reported by mypy
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 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> |