Kaydet (Commit) 28db5d7f authored tarafından Andras Timar's avatar Andras Timar

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

Change-Id: I6445108c049d6ee67df6b01966e1a047e169227c
üst dfc6c482
...@@ -52,8 +52,6 @@ Module gid_Module_Pyuno ...@@ -52,8 +52,6 @@ Module gid_Module_Pyuno
gid_File_Py_Pythonloader, gid_File_Py_Pythonloader,
gid_File_Py_Python_Core, gid_File_Py_Python_Core,
gid_File_Py_Python_Bin, gid_File_Py_Python_Bin,
gid_File_Py_Pythonscript,
gid_File_Rdb_Scriptproviderforpython,
gid_File_Lib_Python_So, gid_File_Lib_Python_So,
gid_File_Lib_Python3_So, gid_File_Lib_Python3_So,
gid_File_Scripts_Python, gid_File_Scripts_Python,
...@@ -80,4 +78,12 @@ Module gid_Module_Pyuno ...@@ -80,4 +78,12 @@ Module gid_Module_Pyuno
Styles = (HIDDEN_ROOT); Styles = (HIDDEN_ROOT);
End 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 #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment