unotest/source/python/org/libreoffice/unotest.py |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 3b25116986bfe019f0f3ba7146a02e088690ea30
Author: Matthew J. Francis <mjay.fran...@gmail.com>
Date:   Fri Jun 26 19:05:21 2015 +0800

    Python 2.7 compatibility for unotest.py
    
    Change-Id: Ic7a54b211f6d55ff50cad0fde12058fe33e8892e

diff --git a/unotest/source/python/org/libreoffice/unotest.py 
b/unotest/source/python/org/libreoffice/unotest.py
index ab3cd8a..f0a43b1 100644
--- a/unotest/source/python/org/libreoffice/unotest.py
+++ b/unotest/source/python/org/libreoffice/unotest.py
@@ -7,6 +7,8 @@
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 #
 
+from __future__ import print_function
+
 import subprocess
 import time
 import uuid
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to