jw-python/tools/python/jwutils
Jan Lindemann 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>
2019-03-10 16:38:59 +01:00
..
algo Fix multiple Python 3 compatibility issues 2019-03-10 16:38:59 +01:00
stree Fix: StringTree misparsed key = "val # blah" 2017-11-26 21:25:01 +01:00
Cmd.py Fix multiple Python 3 compatibility issues 2019-03-10 16:38:59 +01:00
Cmds.py Fix multiple Python 3 compatibility issues 2019-03-10 16:38:59 +01:00
log.py Fix multiple Python 3 compatibility issues 2019-03-10 16:38:59 +01:00
Makefile Rename module jwutil to jwutils 2017-07-24 13:00:37 +02:00
misc.py misc.py: Make process cleanup more robust 2017-11-22 09:52:22 +01:00
Object.py Fix multiple Python 3 compatibility issues 2019-03-10 16:38:59 +01:00
RedirectStdIO.py Rename MuteStdIO to RedirectStdIO 2017-07-26 11:40:35 +02:00