diff tests/test-trusted.py @ 19872:681f7b9213a4

check-code: check for spaces around = for named parameters
author Mads Kiilerich <madski@unity3d.com>
date Thu, 03 Oct 2013 14:50:47 +0200
parents 95b0d4c1c9e1
children 328739ea70c3
line wrap: on
line diff
--- 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