diff options
author | Andras Timar <atimar@suse.com> | 2013-03-11 19:48:51 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-03-11 19:52:27 +0100 |
commit | 28db5d7f27f029f03fbc2be42d0c52efdf3d764b (patch) | |
tree | 1b27f8723afee8167582d2c422174f6ccb78f54c /scp2/source | |
parent | dfc6c482bea5260b7c26ab0924551b47a5ff8f15 (diff) |
Script Provider For Python has to be a in a separate module
Change-Id: I6445108c049d6ee67df6b01966e1a047e169227c
Diffstat (limited to 'scp2/source')
-rw-r--r-- | scp2/source/python/module_python.scp | 10 |
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 |