diff options
author | Matthew J. Francis <mjay.francis@gmail.com> | 2015-06-26 19:05:21 +0800 |
---|---|---|
committer | Matthew J. Francis <mjay.francis@gmail.com> | 2015-06-26 19:05:21 +0800 |
commit | 3b25116986bfe019f0f3ba7146a02e088690ea30 (patch) | |
tree | a5cbf402c5e6b197dd9ba6a0e8f98b7b59f93a8e /unotest | |
parent | 1c481fe6522f4c7d883e77a4ac32f855b9bcb323 (diff) |
Python 2.7 compatibility for unotest.py
Change-Id: Ic7a54b211f6d55ff50cad0fde12058fe33e8892e
Diffstat (limited to 'unotest')
-rw-r--r-- | unotest/source/python/org/libreoffice/unotest.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unotest/source/python/org/libreoffice/unotest.py b/unotest/source/python/org/libreoffice/unotest.py index ab3cd8a4919d..f0a43b1b1690 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 |