[Libreoffice-commits] core.git: scp2/source
Andras Timar
andras.timar at collabora.com
Mon May 18 02:15:25 PDT 2015
scp2/source/python/module_python.scp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 3aeeaccccee1178c6f6041405fc230db5acd6862
Author: Andras Timar <andras.timar at collabora.com>
Date: Sun May 17 23:20:00 2015 +0200
scp2: fix --disable-python
Change-Id: Iec27f9d9efb506d67de6bc20eb0a8eef46a58ebf
Reviewed-on: https://gerrit.libreoffice.org/15778
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Andras Timar <andras.timar at collabora.com>
diff --git a/scp2/source/python/module_python.scp b/scp2/source/python/module_python.scp
index c4a2915..3589234 100644
--- a/scp2/source/python/module_python.scp
+++ b/scp2/source/python/module_python.scp
@@ -18,11 +18,11 @@
#include "macros.inc"
+#ifndef DISABLE_PYUNO
+
#include "AutoInstall/python"
#include "AutoInstall/python_scriptprovider"
-#ifndef DISABLE_PYUNO
-
Module gid_Module_Pyuno
PackageInfo = "packinfo_office.txt";
ParentID = gid_Module_Root_Brand;
More information about the Libreoffice-commits
mailing list