summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-03-11 19:48:51 +0100
committerAndras Timar <atimar@suse.com>2013-03-11 19:52:27 +0100
commit28db5d7f27f029f03fbc2be42d0c52efdf3d764b (patch)
tree1b27f8723afee8167582d2c422174f6ccb78f54c
parentdfc6c482bea5260b7c26ab0924551b47a5ff8f15 (diff)
Script Provider For Python has to be a in a separate module
Change-Id: I6445108c049d6ee67df6b01966e1a047e169227c
-rw-r--r--scp2/source/python/module_python.scp10
1 files changed, 8 insertions, 2 deletions
diff --git a/scp2/source/python/module_python.scp b/scp2/source/python/module_python.scp
index 092e3385241c..cae8627b79cb 100644
--- a/scp2/source/python/module_python.scp
+++ b/scp2/source/python/module_python.scp
@@ -52,8 +52,6 @@ Module gid_Module_Pyuno
gid_File_Py_Pythonloader,
gid_File_Py_Python_Core,
gid_File_Py_Python_Bin,
- gid_File_Py_Pythonscript,
- gid_File_Rdb_Scriptproviderforpython,
gid_File_Lib_Python_So,
gid_File_Lib_Python3_So,
gid_File_Scripts_Python,
@@ -80,4 +78,12 @@ Module gid_Module_Pyuno
Styles = (HIDDEN_ROOT);
End
+Module gid_Module_Script_Provider_For_Python
+ ParentID = gid_Module_Root_Brand;
+ Files = (
+ gid_File_Py_Pythonscript,
+ gid_File_Rdb_Scriptproviderforpython );
+ Styles = (HIDDEN_ROOT);
+End
+
#endif