changeset 19872 | 681f7b9213a4 |
parent 11749 | e627fef94604 |
child 20399 | 74daabdf5ab5 |
--- a/contrib/hgfixes/fix_bytesmod.py Thu Oct 03 14:50:47 2013 +0200 +++ b/contrib/hgfixes/fix_bytesmod.py Thu Oct 03 14:50:47 2013 +0200 @@ -58,6 +58,6 @@ else: args = [formatstr, Comma().clone(), data] - call = Call(Name('bytesformatter', prefix = ' '), args) + call = Call(Name('bytesformatter', prefix=' '), args) return call