diff options
Diffstat (limited to 'debian/tests/pyuno-import')
-rwxr-xr-x | debian/tests/pyuno-import | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/tests/pyuno-import b/debian/tests/pyuno-import new file mode 100755 index 000000000..9820a90e6 --- /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) |