mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-python
synced 2026-01-15 18:03:31 +01:00
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6dd594d47b | |||
| fc5241a2e8 | |||
| 74a27f1c19 | |||
| 24ba182fa1 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 6dd594d47b |
Fix multiple Python 3 compatibility issues
Changes in Python 3 that made the code choke: o basestring is merged into str o print() needs parentesis o Class inheritance syntax changed o Abstract baseclass (ABCMeta) syntax changed o map.iteritems() is replaced by map.items() o Inconsistent use of tabs and spaces are no longer tolerated Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| fc5241a2e8 |
Now excplicitly calling python2 executable instead of python
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 74a27f1c19 |
Add conf/profile
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 24ba182fa1 |
Add script trim-src.py
Signed-off-by: Jan Lindemann <jan@janware.com> |