We have plenty of Python modules that have defined main() functions, often with some sort of basic functionality test of their contents. Tests are good, but tests that aren't run automatically are destined to be forgotten. We should rewrite as many of these as possible to autotests so they are run every night. In case a main() function is not suitable for an autotests, we might as well scrap the main() function altogether.