diff options
author | Rene Engelhard <rene@debian.org> | 2013-03-12 00:02:38 +0100 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2013-03-12 00:05:08 +0100 |
commit | 3545b0398ef3516278c8ac7d55283ffdb7cc28b6 (patch) | |
tree | b92899e45b4051dde283d2b6d38c4ebb768dba93 /scp2 | |
parent | 0c883eac1761bccbf0f8a120e8b971ccebd6be4f (diff) |
actually make new gid_Module_Script_Provider_For_Python being installed
Change-Id: I3440a45465fa79d3ace0f04fd6036734c9caf00d
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/python/module_python.scp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scp2/source/python/module_python.scp b/scp2/source/python/module_python.scp index cae8627b79cb..9ec54047e5d7 100644 --- a/scp2/source/python/module_python.scp +++ b/scp2/source/python/module_python.scp @@ -79,10 +79,12 @@ Module gid_Module_Pyuno End Module gid_Module_Script_Provider_For_Python + PackageInfo = "packinfo_extensions.txt"; ParentID = gid_Module_Root_Brand; Files = ( gid_File_Py_Pythonscript, gid_File_Rdb_Scriptproviderforpython ); + Default = YES; Styles = (HIDDEN_ROOT); End |