Commit 37d5f89
make exec call compatible with Python 3.x
exec was a statement in Python 2.x [1] and it has been converted to a function
in Python 3.x [2], change introduced in version 3.0 [3].
1. https://docs.python.org/2/reference/simple_stmts.html#exec
2. https://docs.python.org/3/library/functions.html#exec
3. https://docs.python.org/3/whatsnew/3.0.html1 parent 23f164f commit 37d5f89
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments