Clean up tests and examples for Python 3.4

This addresses some of the feedback in
I71c0bb61c9ee0bf1b751a719a4eb95bf7a0b4943

Change-Id: Ie916ebda1ddff6de528a495bf249d40e7b1e7fc5
This commit is contained in:
Ian Cordasco
2015-06-03 16:45:52 -05:00
parent 6279a2f984
commit 22e48756a6
6 changed files with 51 additions and 15 deletions

2
examples/exec-py2.py Normal file
View File

@@ -0,0 +1,2 @@
exec("do evil")
exec "do evil"