blob: 9820a90e62ea417dadb3ffc3705e334c39a443a8 (
plain)
1
2
3
4
5
6
7
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)
|