From 0e05dd0e4d67d88ca51780dafe4029744269e6fa Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 07:55:35 +0200 Subject: Adding debian version 4:24.2.0-1. Signed-off-by: Daniel Baumann --- debian/tests/pyuno-import | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 debian/tests/pyuno-import (limited to 'debian/tests/pyuno-import') diff --git a/debian/tests/pyuno-import b/debian/tests/pyuno-import new file mode 100755 index 0000000000..9820a90e62 --- /dev/null +++ b/debian/tests/pyuno-import @@ -0,0 +1,8 @@ +#!/usr/bin/python3 + +import sys, os +sys.path.append('/usr/lib/libreoffice/program') +os.putenv('URE_BOOTSTRAP', 'vnd.sun.star.pathname:/usr/lib/libreoffice/program/fundamentalrc') + +import pyuno +print(pyuno) -- cgit v1.2.3