Commit 23f164f
test: make print calls compatible with Python 3.x
In a Python 3 'print' becomes a function, see [1].
Patch makes print calls compatible with Python 3.
1. https://docs.python.org/3/whatsnew/3.0.html#print-is-a-function1 parent a95b2fa commit 23f164f
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments