Closed andre-merzky closed 4 years ago
Tests are passing locally now - but pep8 a nd pylint will take a while :-(
I realized that in some files the docstring was changed from """ to ''', but not in all files. I mention it because it was a very specific change.
That's part of the cleanup, and I apply it whenever I stumble over it. But since the """
version is not a PEP violation, but only of our own guidelines, I did not yet actively try to do a search and replace.
I forgot to open this PR also :-/ It contains some collateral changes caused by removal of
ru.Thread
s andru.Process
es, and by the changes in the config management. Plus some (partial) code cleanup in the touched files.