Commit Graph

1 Commits

Author SHA1 Message Date
Julien Cristau
b88c7937eb test: add python3 versions for some outputs
- rewriting print 'foo' into print('foo') changes line length
- unicode/str becomes str/bytes
- __builtin__ becomes builtins
- 2to3 rewrites 'import syntax_error' into 'from . import syntax_error',
  which changes pylint's output
2013-06-18 19:11:04 +02:00