summaryrefslogtreecommitdiff
path: root/pyuno/Package_python_scripts.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-11-19 16:26:50 +0100
committerMichael Stahl <mstahl@redhat.com>2014-12-02 13:47:26 +0000
commit8eb37e74fff1806608563ee49489b8a1f71fc6b0 (patch)
treea3ae406c348f4258fe587143306ccb02c20e6d33 /pyuno/Package_python_scripts.mk
parenta143d7d14db9b12064391879822120260eda2702 (diff)
pyuno: move "officehelper.py" from scripting to pyuno
... because at least in Fedora packages with system python it's a pain to use officehelper.bootstrap() because unlike pyuno it is not installed in the standard python directories but in libreoffice/program. You might think that bootstrap() is not appropriate functionality for a UNO langauge binding, but then why does ::cppu::bootstrap() exist? Change-Id: I5fd4b344a811c087d32fb6304e55105ab3cb137e Reviewed-on: https://gerrit.libreoffice.org/12968 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'pyuno/Package_python_scripts.mk')
-rw-r--r--pyuno/Package_python_scripts.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyuno/Package_python_scripts.mk b/pyuno/Package_python_scripts.mk
index 80af45922d43..0588af3705a7 100644
--- a/pyuno/Package_python_scripts.mk
+++ b/pyuno/Package_python_scripts.mk
@@ -13,6 +13,7 @@ $(eval $(call gb_Package_add_files,pyuno_python_scripts,$(LIBO_LIB_PYUNO_FOLDER)
loader/pythonloader.py \
module/uno.py \
module/unohelper.py \
+ officehelper.py \
))
# vim: set noet sw=4 ts=4: