Script Provider For Python has to be a in a separate module

Change-Id: I6445108c049d6ee67df6b01966e1a047e169227c
This commit is contained in:
Andras Timar
2013-03-11 19:48:51 +01:00
parent dfc6c482be
commit 28db5d7f27

View File

@@ -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