From e5e92df4a71ec01cbe849907b7113f0f65eb5163 Mon Sep 17 00:00:00 2001 From: Renato Filho Date: Wed, 28 Sep 2011 17:53:49 -0300 Subject: created py3k file to make tests compatible with python3.x and python2.x This file is necessary due some problem with syntax generated by 'file' named argument. --- tests/py3k.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/py3k.py (limited to 'tests') diff --git a/tests/py3k.py b/tests/py3k.py new file mode 100644 index 000000000..5f2961a6a --- /dev/null +++ b/tests/py3k.py @@ -0,0 +1,2 @@ +def printToFile(f, str): + print(str, file=f) -- cgit v1.2.3