# HG changeset patch # User Santeri Piippo # Date 1517403298 -7200 # Node ID be50d98d366897cb0a87c04677337f8783c2fb7b # Parent 4d87bc1263686f61bce8c7b808fabd3038168476 fixed python3.6ism diff -r 4d87bc126368 -r be50d98d3668 testsuite.py --- a/testsuite.py Wed Jan 31 14:50:19 2018 +0200 +++ b/testsuite.py Wed Jan 31 14:54:58 2018 +0200 @@ -24,7 +24,7 @@ from pkgutil import walk_packages import tests yield from sorted( - 'tests.' + result.name + 'tests.' + result[1] for result in walk_packages(tests.__path__) )