diff options
Diffstat (limited to 'tests/root/special/code.py')
-rw-r--r-- | tests/root/special/code.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/root/special/code.py b/tests/root/special/code.py index 70c48d2e7..b7934b231 100644 --- a/tests/root/special/code.py +++ b/tests/root/special/code.py @@ -1,2 +1,2 @@ -print "line 1" -print "line 2" +print("line 1") +print("line 2") |