Skip to content

Commit

Permalink
Add tests for print.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-hof committed Nov 23, 2016
1 parent 775a5b3 commit e54d9ef
Show file tree
Hide file tree
Showing 4 changed files with 606 additions and 67 deletions.
3 changes: 2 additions & 1 deletion src/RestrictedPython/transformer.py
Expand Up @@ -162,7 +162,8 @@
ast.Starred,
ast.arg,
ast.Try,
ast.ExceptHandler
ast.ExceptHandler,
ast.NameConstant
])

if version >= (3, 4):
Expand Down
66 changes: 0 additions & 66 deletions tests/test_print.py

This file was deleted.

0 comments on commit e54d9ef

Please sign in to comment.