diff options
-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 |