tests/test-trusted.py
changeset 19872 681f7b9213a4
parent 13493 95b0d4c1c9e1
child 25660 328739ea70c3
--- 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