diff -r 6e74632170d3 -r 681f7b9213a4 tests/test-trusted.py --- a/tests/test-trusted.py Thu Oct 03 14:50:47 2013 +0200 +++ b/tests/test-trusted.py Thu Oct 03 14:50:47 2013 +0200 @@ -145,7 +145,7 @@ f.write('[foobar]\n') f.write('baz = quux\n') f.close() -u.readconfig(filename, sections = ['foobar']) +u.readconfig(filename, sections=['foobar']) print u.config('foobar', 'baz') print