Python utility library
Find a file
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
bin Add script trim-src.py 2017-11-18 15:42:09 +01:00
conf Add conf/profile 2017-11-18 15:43:49 +01:00
make $(MODDIR)/make/defs.mk: Set HDRDIR_SCOPE_PREFIX = $(PROJECT) 2019-02-27 17:40:39 +01:00
scripts Fix multiple Python 3 compatibility issues 2019-03-10 16:38:59 +01:00
test Fix multiple Python 3 compatibility issues 2019-03-10 16:38:59 +01:00
tools Fix multiple Python 3 compatibility issues 2019-03-10 16:38:59 +01:00
.gitignore grammar.py et al: Centralize more code 2017-10-29 18:25:55 +01:00
HASH Release 1.0.0-4@centos-7/x86_64 2018-12-14 15:13:54 +01:00
Makefile initial checkin 2017-07-24 12:19:34 +02:00
RELEASES Rename LAST_RPM_VERSION to RELEASES 2018-12-16 12:07:11 +01:00
VERSION Start version: 1.0.0-4 2018-12-01 15:46:02 +01:00